#A40566

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

Shades of Jazzberry Jam #A40566

Tints of Jazzberry Jam #A40566

Color information

#A40566 (or 0xA40566) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 05 and 66. RGB value is (164,5,102). Sum of RGB (Red+Green+Blue) = 164+5+102=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A40566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40566 is #5BFA99. Grayscale: #3F3F3F. Windows color (decimal): -6027930 or 6686116. OLE color: 6686116.

HSL color Cylindrical-coordinate representation of color #A40566: hue angle of 323.4º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A40566 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB1645102-
CMYK00.970.380.36
HSL323.4º94.08%33.14%-
HSV(B)323.4º96.95%64.31%-
XYZ17.768.9613.36-
YUV63.6149.68199.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.52%
GREEN value IS 5 (2.34% from 255) = 1.85%
BLUE value IS 102 (40.23% from 255) = 37.64%
R=60.52%
G=1.85%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164510200.970.380.36323.494.0833.14
HexA456606126241435e21
Octal24451460141464450313641
Binary101001001011100110011000011001101001001010000111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40566; }

 p { color: rgb(164,5,102); }

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

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

 a { background-color: rgb(164,5,102); }

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

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

 span { border-color: rgb(164,5,102); }

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