#A21860

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

Shades of Jazzberry Jam #A21860

Tints of Jazzberry Jam #A21860

Color information

#A21860 (or 0xA21860) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 18 and 60. RGB value is (162,24,96). Sum of RGB (Red+Green+Blue) = 162+24+96=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A21860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21860 is #5DE79F. Grayscale: #494949. Windows color (decimal): -6154144 or 6297762. OLE color: 6297762.

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

Color convert

RGB1622496-
CMYK00.850.410.36
HSL328.7º74.19%36.47%-
HSV(B)328.7º85.19%63.53%-
XYZ17.349.1811.92-
YUV73.47140.72191.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 24 (9.77% from 255) = 8.51%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=57.45%
G=8.51%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162249600.850.410.36328.774.1936.47
HexA2186005529241494a24
Octal242301400125514451111244
Binary10100010110001100000010101011010011001001010010011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21860; }

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

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

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

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

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

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

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

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