#A6206F

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

Shades of Jazzberry Jam #A6206F

Tints of Jazzberry Jam #A6206F

Color information

#A6206F (or 0xA6206F) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 20 and 6F. RGB value is (166,32,111). Sum of RGB (Red+Green+Blue) = 166+32+111=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6206F is #59DF90. Grayscale: #505050. Windows color (decimal): -5889937 or 7282854. OLE color: 7282854.

HSL color Cylindrical-coordinate representation of color #A6206F: hue angle of 324.63º 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 #A6206F is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16632111-
CMYK00.810.330.35
HSL324.63º67.68%38.82%-
HSV(B)324.63º80.72%65.1%-
XYZ19.1110.2916.02-
YUV81.07144.89188.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.72%
GREEN value IS 32 (12.89% from 255) = 10.36%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=53.72%
G=10.36%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663211100.810.330.35324.6367.6838.82
HexA6206F05121231454427
Octal246401570121414350510447
Binary101001101000001101111010100011000011000111010001011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6206F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6206F; }

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

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

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

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

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

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

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

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