#A21871

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

Shades of Jazzberry Jam #A21871

Tints of Jazzberry Jam #A21871

Color information

#A21871 (or 0xA21871) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 18 and 71. RGB value is (162,24,113). Sum of RGB (Red+Green+Blue) = 162+24+113=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A21871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21871 is #5DE78E. Grayscale: #4B4B4B. Windows color (decimal): -6154127 or 7411874. OLE color: 7411874.

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

Color convert

RGB16224113-
CMYK00.850.300.36
HSL321.3º74.19%36.47%-
HSV(B)321.3º85.19%63.53%-
XYZ18.219.5316.5-
YUV75.41149.22189.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.18%
GREEN value IS 24 (9.77% from 255) = 8.03%
BLUE value IS 113 (44.53% from 255) = 37.79%
R=54.18%
G=8.03%
B=37.79%

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
Decimal1622411300.850.300.36321.374.1936.47
HexA218710551E241414a24
Octal242301610125364450111244
Binary1010001011000111000101010101111101001001010000011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21871; }

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

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

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

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

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

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

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

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