#A41257

Color #A41257 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A41257

Tints of Jazzberry Jam #A41257

Color information

#A41257 (or 0xA41257) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 12 and 57. RGB value is (164,18,87). Sum of RGB (Red+Green+Blue) = 164+18+87=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A41257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41257 is #5BEDA8. Grayscale: #454545. Windows color (decimal): -6024617 or 5706404. OLE color: 5706404.

HSL color Cylindrical-coordinate representation of color #A41257: hue angle of 331.64º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41257 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1641887-
CMYK00.890.470.36
HSL331.64º80.22%35.69%-
HSV(B)331.64º89.02%64.31%-
XYZ17.259.019.85-
YUV69.52137.87195.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 60.97%
GREEN value IS 18 (7.42% from 255) = 6.69%
BLUE value IS 87 (34.38% from 255) = 32.34%
R=60.97%
G=6.69%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164188700.890.470.36331.6480.2235.69
HexA412570592F2414c5024
Octal244221270131574451412044
Binary10100100100101010111010110011011111001001010011001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41257; }

 p { color: rgb(164,18,87); }

 H1.HeaderClassName
 {
   color: #A41257;
 }
 .AnyTagClassName
 {
   color: #A41257;
 }
</style>
background-color css

<style>
 a { background-color: #A41257; }

 a { background-color: rgb(164,18,87); }

 div.DivClassName
 {
   background-color: #A41257;
 }
 .BgClassName
 {
   background-color: #A41257;
 }
</style>
border-color css

<style>
 span { border-color: #A41257; }

 span { border-color: rgb(164,18,87); }

 td.TdClassName
 {
   border-color: #A41257;
 }
 .TagClassName
 {
   border-color: #A41257;
 }
</style>