#A60064

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

Shades of Jazzberry Jam #A60064

Tints of Jazzberry Jam #A60064

Color information

#A60064 (or 0xA60064) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 00 and 64. RGB value is (166,0,100). Sum of RGB (Red+Green+Blue) = 166+0+100=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A60064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60064 is #59FF9B. Grayscale: #3C3C3C. Windows color (decimal): -5898140 or 6553766. OLE color: 6553766.

HSL color Cylindrical-coordinate representation of color #A60064: hue angle of 323.86º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60064 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB1660100-
CMYK010.400.35
HSL323.86º100%32.55%-
HSV(B)323.86º100%65.1%-
XYZ18.039.0312.85-
YUV61.03150202.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 100 (39.45% from 255) = 37.59%
R=62.41%
G=0%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1660100010.400.35323.8610032.55
HexA606406428231446421
Octal24601440144504350414441
Binary1010011001100100011001001010001000111010001001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60064; }

 p { color: rgb(166,0,100); }

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

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

 a { background-color: rgb(166,0,100); }

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

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

 span { border-color: rgb(166,0,100); }

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