#A21966

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

Shades of Jazzberry Jam #A21966

Tints of Jazzberry Jam #A21966

Color information

#A21966 (or 0xA21966) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 19 and 66. RGB value is (162,25,102). Sum of RGB (Red+Green+Blue) = 162+25+102=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A21966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21966 is #5DE699. Grayscale: #4A4A4A. Windows color (decimal): -6153882 or 6691234. OLE color: 6691234.

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

Color convert

RGB16225102-
CMYK00.850.370.36
HSL326.28º73.26%36.67%-
HSV(B)326.28º84.57%63.53%-
XYZ17.659.3413.44-
YUV74.74143.39190.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.06%
GREEN value IS 25 (10.16% from 255) = 8.65%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=56.06%
G=8.65%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622510200.850.370.36326.2873.2636.67
HexA2196605525241464925
Octal242311460125454450611145
Binary10100010110011100110010101011001011001001010001101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21966; }

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

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

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

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

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

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

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

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