#A21876

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

Shades of Jazzberry Jam #A21876

Tints of Jazzberry Jam #A21876

Color information

#A21876 (or 0xA21876) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 18 and 76. RGB value is (162,24,118). Sum of RGB (Red+Green+Blue) = 162+24+118=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A21876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21876 is #5DE789. Grayscale: #4B4B4B. Windows color (decimal): -6154122 or 7739554. OLE color: 7739554.

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

Color convert

RGB16224118-
CMYK00.850.270.36
HSL319.13º74.19%36.47%-
HSV(B)319.13º85.19%63.53%-
XYZ18.59.6418.03-
YUV75.98151.72189.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.29%
GREEN value IS 24 (9.77% from 255) = 7.89%
BLUE value IS 118 (46.48% from 255) = 38.82%
R=53.29%
G=7.89%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622411800.850.270.36319.1374.1936.47
HexA218760551B2413f4a24
Octal242301660125334447711244
Binary1010001011000111011001010101110111001001001111111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21876; }

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

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

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

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

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

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

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

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