#aa226b

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

Shades of Jazzberry Jam #AA226B

Tints of Jazzberry Jam #AA226B

Color information

#AA226B (or 0xAA226B) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 22 and 6B. RGB value is (170,34,107). Sum of RGB (Red+Green+Blue) = 170+34+107=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA226B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA226B is #55DD94. Grayscale: #525252. Windows color (decimal): -5627285 or 7021226. OLE color: 7021226.

HSL color Cylindrical-coordinate representation of color #AA226B: hue angle of 327.79º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA226B is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB17034107-
CMYK00.800.370.33
HSL327.79º66.67%40%-
HSV(B)327.79º80%66.67%-
XYZ19.810.7514.94-
YUV82.99141.56190.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.66%
GREEN value IS 34 (13.67% from 255) = 10.93%
BLUE value IS 107 (42.19% from 255) = 34.41%
R=54.66%
G=10.93%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703410700.800.370.33327.7966.6740
HexAA226B05025211484328
Octal252421530120454151010350
Binary101010101000101101011010100001001011000011010010001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa226b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa226b; }

 p { color: rgb(170,34,107); }

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

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

 a { background-color: rgb(170,34,107); }

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

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

 span { border-color: rgb(170,34,107); }

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