#A22371

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

Shades of Jazzberry Jam #A22371

Tints of Jazzberry Jam #A22371

Color information

#A22371 (or 0xA22371) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 23 and 71. RGB value is (162,35,113). Sum of RGB (Red+Green+Blue) = 162+35+113=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A22371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22371 is #5DDC8E. Grayscale: #515151. Windows color (decimal): -6151311 or 7414690. OLE color: 7414690.

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

Color convert

RGB16235113-
CMYK00.780.300.36
HSL323.15º64.47%38.63%-
HSV(B)323.15º78.4%63.53%-
XYZ18.4810.0816.59-
YUV81.86145.58185.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.26%
GREEN value IS 35 (14.06% from 255) = 11.29%
BLUE value IS 113 (44.53% from 255) = 36.45%
R=52.26%
G=11.29%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623511300.780.300.36323.1564.4738.63
HexA2237104E1E241434027
Octal242431610116364450310047
Binary10100010100011111000101001110111101001001010000111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22371; }

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

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

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

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

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

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

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

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