#A6216A

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

Shades of Jazzberry Jam #A6216A

Tints of Jazzberry Jam #A6216A

Color information

#A6216A (or 0xA6216A) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 21 and 6A. RGB value is (166,33,106). Sum of RGB (Red+Green+Blue) = 166+33+106=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A6216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6216A is #59DE95. Grayscale: #505050. Windows color (decimal): -5889686 or 6955430. OLE color: 6955430.

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

Color convert

RGB16633106-
CMYK00.800.360.35
HSL327.07º66.83%39.02%-
HSV(B)327.07º80.12%65.1%-
XYZ18.8710.2414.62-
YUV81.09142.06188.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.43%
GREEN value IS 33 (13.28% from 255) = 10.82%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=54.43%
G=10.82%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663310600.800.360.35327.0766.8339.02
HexA6216A05024231474327
Octal246411520120444350710347
Binary101001101000011101010010100001001001000111010001111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6216A; }

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

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

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

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

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

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

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

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