#A2226E

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

Shades of Jazzberry Jam #A2226E

Tints of Jazzberry Jam #A2226E

Color information

#A2226E (or 0xA2226E) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 22 and 6E. RGB value is (162,34,110). Sum of RGB (Red+Green+Blue) = 162+34+110=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2226E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2226E is #5DDD91. Grayscale: #505050. Windows color (decimal): -6151570 or 7217826. OLE color: 7217826.

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

Color convert

RGB16234110-
CMYK00.790.320.36
HSL324.38º65.31%38.43%-
HSV(B)324.38º79.01%63.53%-
XYZ18.299.9515.71-
YUV80.94144.41185.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.94%
GREEN value IS 34 (13.67% from 255) = 11.11%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=52.94%
G=11.11%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623411000.790.320.36324.3865.3138.43
HexA2226E04F20241444126
Octal242421560117404450410146
Binary101000101000101101110010011111000001001001010001001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2226E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2226E; }

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

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

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

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

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

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

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

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