#AA0E56

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

Shades of Jazzberry Jam #AA0E56

Tints of Jazzberry Jam #AA0E56

Color information

#AA0E56 (or 0xAA0E56) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0E and 56. RGB value is (170,14,86). Sum of RGB (Red+Green+Blue) = 170+14+86=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E56 is #55F1A9. Grayscale: #444444. Windows color (decimal): -5632426 or 5639850. OLE color: 5639850.

HSL color Cylindrical-coordinate representation of color #AA0E56: hue angle of 332.31º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0E56 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB1701486-
CMYK00.920.490.33
HSL332.31º84.78%36.08%-
HSV(B)332.31º91.76%66.67%-
XYZ18.419.539.67-
YUV68.85137.68200.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.96%
GREEN value IS 14 (5.86% from 255) = 5.19%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=62.96%
G=5.19%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170148600.920.490.33332.3184.7836.08
HexAAE5605C312114c5524
Octal252161260134614151412544
Binary1010101011101010110010111001100011000011010011001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0E56; }

 p { color: rgb(170,14,86); }

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

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

 a { background-color: rgb(170,14,86); }

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

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

 span { border-color: rgb(170,14,86); }

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