#A22370

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

Shades of Jazzberry Jam #A22370

Tints of Jazzberry Jam #A22370

Color information

#A22370 (or 0xA22370) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 23 and 70. RGB value is (162,35,112). Sum of RGB (Red+Green+Blue) = 162+35+112=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A22370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22370 is #5DDC8F. Grayscale: #515151. Windows color (decimal): -6151312 or 7349154. OLE color: 7349154.

HSL color Cylindrical-coordinate representation of color #A22370: hue angle of 323.62º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22370 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16235112-
CMYK00.780.310.36
HSL323.62º64.47%38.63%-
HSV(B)323.62º78.4%63.53%-
XYZ18.4310.0516.3-
YUV81.75145.08185.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.43%
GREEN value IS 35 (14.06% from 255) = 11.33%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=52.43%
G=11.33%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623511200.780.310.36323.6264.4738.63
HexA2237004E1F241444027
Octal242431600116374450410047
Binary10100010100011111000001001110111111001001010001001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22370; }

 p { color: rgb(162,35,112); }

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

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

 a { background-color: rgb(162,35,112); }

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

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

 span { border-color: rgb(162,35,112); }

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