#A21875

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

Shades of Jazzberry Jam #A21875

Tints of Jazzberry Jam #A21875

Color information

#A21875 (or 0xA21875) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 18 and 75. RGB value is (162,24,117). Sum of RGB (Red+Green+Blue) = 162+24+117=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A21875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21875 is #5DE78A. Grayscale: #4B4B4B. Windows color (decimal): -6154123 or 7674018. OLE color: 7674018.

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

Color convert

RGB16224117-
CMYK00.850.280.36
HSL319.57º74.19%36.47%-
HSV(B)319.57º85.19%63.53%-
XYZ18.449.6217.71-
YUV75.86151.22189.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.47%
GREEN value IS 24 (9.77% from 255) = 7.92%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=53.47%
G=7.92%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622411700.850.280.36319.5774.1936.47
HexA218750551C241404a24
Octal242301650125344450011244
Binary1010001011000111010101010101111001001001010000001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21875; }

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

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

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

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

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

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

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

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