#A22266

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

Shades of Jazzberry Jam #A22266

Tints of Jazzberry Jam #A22266

Color information

#A22266 (or 0xA22266) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 22 and 66. RGB value is (162,34,102). Sum of RGB (Red+Green+Blue) = 162+34+102=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A22266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22266 is #5DDD99. Grayscale: #4F4F4F. Windows color (decimal): -6151578 or 6693538. OLE color: 6693538.

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

Color convert

RGB16234102-
CMYK00.790.370.36
HSL328.12º65.31%38.43%-
HSV(B)328.12º79.01%63.53%-
XYZ17.879.7813.52-
YUV80.02140.41186.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.36%
GREEN value IS 34 (13.67% from 255) = 11.41%
BLUE value IS 102 (40.23% from 255) = 34.23%
R=54.36%
G=11.41%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623410200.790.370.36328.1265.3138.43
HexA2226604F25241484126
Octal242421460117454451010146
Binary101000101000101100110010011111001011001001010010001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22266; }

 p { color: rgb(162,34,102); }

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

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

 a { background-color: rgb(162,34,102); }

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

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

 span { border-color: rgb(162,34,102); }

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