#A21964

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

Shades of Jazzberry Jam #A21964

Tints of Jazzberry Jam #A21964

Color information

#A21964 (or 0xA21964) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 19 and 64. RGB value is (162,25,100). Sum of RGB (Red+Green+Blue) = 162+25+100=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A21964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21964 is #5DE69B. Grayscale: #4A4A4A. Windows color (decimal): -6153884 or 6560162. OLE color: 6560162.

HSL color Cylindrical-coordinate representation of color #A21964: hue angle of 327.15º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21964 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16225100-
CMYK00.850.380.36
HSL327.15º73.26%36.67%-
HSV(B)327.15º84.57%63.53%-
XYZ17.559.312.93-
YUV74.51142.39190.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 25 (10.16% from 255) = 8.71%
BLUE value IS 100 (39.45% from 255) = 34.84%
R=56.45%
G=8.71%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622510000.850.380.36327.1573.2636.67
HexA2196405526241474925
Octal242311440125464450711145
Binary10100010110011100100010101011001101001001010001111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21964; }

 p { color: rgb(162,25,100); }

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

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

 a { background-color: rgb(162,25,100); }

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

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

 span { border-color: rgb(162,25,100); }

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