#A21872

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

Shades of Jazzberry Jam #A21872

Tints of Jazzberry Jam #A21872

Color information

#A21872 (or 0xA21872) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 18 and 72. RGB value is (162,24,114). Sum of RGB (Red+Green+Blue) = 162+24+114=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A21872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21872 is #5DE78D. Grayscale: #4B4B4B. Windows color (decimal): -6154126 or 7477410. OLE color: 7477410.

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

Color convert

RGB16224114-
CMYK00.850.300.36
HSL320.87º74.19%36.47%-
HSV(B)320.87º85.19%63.53%-
XYZ18.269.5516.8-
YUV75.52149.72189.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54%
GREEN value IS 24 (9.77% from 255) = 8%
BLUE value IS 114 (44.92% from 255) = 38%
R=54%
G=8%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622411400.850.300.36320.8774.1936.47
HexA218720551E241414a24
Octal242301620125364450111244
Binary1010001011000111001001010101111101001001010000011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21872; }

 p { color: rgb(162,24,114); }

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

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

 a { background-color: rgb(162,24,114); }

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

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

 span { border-color: rgb(162,24,114); }

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