#A22162

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

Shades of Jazzberry Jam #A22162

Tints of Jazzberry Jam #A22162

Color information

#A22162 (or 0xA22162) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 21 and 62. RGB value is (162,33,98). Sum of RGB (Red+Green+Blue) = 162+33+98=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A22162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22162 is #5DDE9D. Grayscale: #4E4E4E. Windows color (decimal): -6151838 or 6431138. OLE color: 6431138.

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

Color convert

RGB1623398-
CMYK00.800.400.36
HSL329.77º66.15%38.24%-
HSV(B)329.77º79.63%63.53%-
XYZ17.659.6512.49-
YUV78.98138.74187.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.29%
GREEN value IS 33 (13.28% from 255) = 11.26%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=55.29%
G=11.26%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162339800.800.400.36329.7766.1538.24
HexA22162050282414a4226
Octal242411420120504451210246
Binary101000101000011100010010100001010001001001010010101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22162; }

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

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

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

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

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

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

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

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