#AA0E62

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

Shades of Jazzberry Jam #AA0E62

Tints of Jazzberry Jam #AA0E62

Color information

#AA0E62 (or 0xAA0E62) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0E and 62. RGB value is (170,14,98). Sum of RGB (Red+Green+Blue) = 170+14+98=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E62 is #55F19D. Grayscale: #464646. Windows color (decimal): -5632414 or 6426282. OLE color: 6426282.

HSL color Cylindrical-coordinate representation of color #AA0E62: hue angle of 327.69º 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 #AA0E62 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB1701498-
CMYK00.920.420.33
HSL327.69º84.78%36.08%-
HSV(B)327.69º91.76%66.67%-
XYZ18.949.7412.44-
YUV70.22143.68199.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.28%
GREEN value IS 14 (5.86% from 255) = 4.96%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=60.28%
G=4.96%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170149800.920.420.33327.6984.7836.08
HexAAE6205C2A211485524
Octal252161420134524151012544
Binary1010101011101100010010111001010101000011010010001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0E62; }

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

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

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

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

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

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

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

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