#A6206A

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

Shades of Jazzberry Jam #A6206A

Tints of Jazzberry Jam #A6206A

Color information

#A6206A (or 0xA6206A) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 20 and 6A. RGB value is (166,32,106). Sum of RGB (Red+Green+Blue) = 166+32+106=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A6206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6206A is #59DF95. Grayscale: #505050. Windows color (decimal): -5889942 or 6955174. OLE color: 6955174.

HSL color Cylindrical-coordinate representation of color #A6206A: hue angle of 326.87º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6206A is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB16632106-
CMYK00.810.360.35
HSL326.87º67.68%38.82%-
HSV(B)326.87º80.72%65.1%-
XYZ18.8410.1814.61-
YUV80.5142.39188.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.61%
GREEN value IS 32 (12.89% from 255) = 10.53%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=54.61%
G=10.53%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663210600.810.360.35326.8767.6838.82
HexA6206A05124231474427
Octal246401520121444350710447
Binary101001101000001101010010100011001001000111010001111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6206A; }

 p { color: rgb(166,32,106); }

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

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

 a { background-color: rgb(166,32,106); }

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

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

 span { border-color: rgb(166,32,106); }

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