#AA0C59

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

Shades of Jazzberry Jam #AA0C59

Tints of Jazzberry Jam #AA0C59

Color information

#AA0C59 (or 0xAA0C59) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0C and 59. RGB value is (170,12,89). Sum of RGB (Red+Green+Blue) = 170+12+89=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0C59 is #55F3A6. Grayscale: #434343. Windows color (decimal): -5632935 or 5835946. OLE color: 5835946.

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

Color convert

RGB1701289-
CMYK00.930.480.33
HSL330.76º86.81%35.69%-
HSV(B)330.76º92.94%66.67%-
XYZ18.519.5310.32-
YUV68.02139.85200.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.73%
GREEN value IS 12 (5.08% from 255) = 4.43%
BLUE value IS 89 (35.16% from 255) = 32.84%
R=62.73%
G=4.43%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170128900.930.480.33330.7686.8135.69
HexAAC5905D302114b5724
Octal252141310135604151312744
Binary1010101011001011001010111011100001000011010010111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0C59; }

 p { color: rgb(170,12,89); }

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

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

 a { background-color: rgb(170,12,89); }

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

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

 span { border-color: rgb(170,12,89); }

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