#A21858

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

Shades of Jazzberry Jam #A21858

Tints of Jazzberry Jam #A21858

Color information

#A21858 (or 0xA21858) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 18 and 58. RGB value is (162,24,88). Sum of RGB (Red+Green+Blue) = 162+24+88=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A21858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21858 is #5DE7A7. Grayscale: #484848. Windows color (decimal): -6154152 or 5773474. OLE color: 5773474.

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

Color convert

RGB1622488-
CMYK00.850.460.36
HSL332.17º74.19%36.47%-
HSV(B)332.17º85.19%63.53%-
XYZ16.999.0410.08-
YUV72.56136.72191.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.12%
GREEN value IS 24 (9.77% from 255) = 8.76%
BLUE value IS 88 (34.77% from 255) = 32.12%
R=59.12%
G=8.76%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162248800.850.460.36332.1774.1936.47
HexA218580552E2414c4a24
Octal242301300125564451411244
Binary10100010110001011000010101011011101001001010011001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21858; }

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

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

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

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

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

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

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

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