#A22164

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

Shades of Jazzberry Jam #A22164

Tints of Jazzberry Jam #A22164

Color information

#A22164 (or 0xA22164) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 21 and 64. RGB value is (162,33,100). Sum of RGB (Red+Green+Blue) = 162+33+100=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A22164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22164 is #5DDE9B. Grayscale: #4F4F4F. Windows color (decimal): -6151836 or 6562210. OLE color: 6562210.

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

Color convert

RGB16233100-
CMYK00.800.380.36
HSL328.84º66.15%38.24%-
HSV(B)328.84º79.63%63.53%-
XYZ17.749.6912.99-
YUV79.21139.74187.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 33 (13.28% from 255) = 11.19%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=54.92%
G=11.19%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623310000.800.380.36328.8466.1538.24
HexA2216405026241494226
Octal242411440120464451110246
Binary101000101000011100100010100001001101001001010010011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22164; }

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

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

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

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

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

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

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

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