#A20866

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

Shades of Jazzberry Jam #A20866

Tints of Jazzberry Jam #A20866

Color information

#A20866 (or 0xA20866) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 08 and 66. RGB value is (162,8,102). Sum of RGB (Red+Green+Blue) = 162+8+102=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A20866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20866 is #5DF799. Grayscale: #404040. Windows color (decimal): -6158234 or 6686882. OLE color: 6686882.

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

Color convert

RGB1628102-
CMYK00.950.370.36
HSL323.38º90.59%33.33%-
HSV(B)323.38º95.06%63.53%-
XYZ17.398.8113.36-
YUV64.76149.02197.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.56%
GREEN value IS 8 (3.52% from 255) = 2.94%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=59.56%
G=2.94%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162810200.950.370.36323.3890.5933.33
HexA286605F25241435b21
Octal242101460137454450313341
Binary1010001010001100110010111111001011001001010000111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20866; }

 p { color: rgb(162,8,102); }

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

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

 a { background-color: rgb(162,8,102); }

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

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

 span { border-color: rgb(162,8,102); }

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