#A62169

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

Shades of Jazzberry Jam #A62169

Tints of Jazzberry Jam #A62169

Color information

#A62169 (or 0xA62169) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 21 and 69. RGB value is (166,33,105). Sum of RGB (Red+Green+Blue) = 166+33+105=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A62169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62169 is #59DE96. Grayscale: #505050. Windows color (decimal): -5889687 or 6889894. OLE color: 6889894.

HSL color Cylindrical-coordinate representation of color #A62169: hue angle of 327.52º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62169 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16633105-
CMYK00.800.370.35
HSL327.52º66.83%39.02%-
HSV(B)327.52º80.12%65.1%-
XYZ18.8210.2114.34-
YUV80.97141.56188.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.61%
GREEN value IS 33 (13.28% from 255) = 10.86%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=54.61%
G=10.86%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663310500.800.370.35327.5266.8339.02
HexA6216905025231484327
Octal246411510120454351010347
Binary101001101000011101001010100001001011000111010010001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62169; }

 p { color: rgb(166,33,105); }

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

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

 a { background-color: rgb(166,33,105); }

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

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

 span { border-color: rgb(166,33,105); }

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