#AA0C5A

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

Shades of Jazzberry Jam #AA0C5A

Tints of Jazzberry Jam #AA0C5A

Color information

#AA0C5A (or 0xAA0C5A) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0C and 5A. RGB value is (170,12,90). Sum of RGB (Red+Green+Blue) = 170+12+90=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0C5A is #55F3A5. Grayscale: #434343. Windows color (decimal): -5632934 or 5901482. OLE color: 5901482.

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

Color convert

RGB1701290-
CMYK00.930.470.33
HSL330.38º86.81%35.69%-
HSV(B)330.38º92.94%66.67%-
XYZ18.559.5510.54-
YUV68.13140.35200.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.5%
GREEN value IS 12 (5.08% from 255) = 4.41%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=62.5%
G=4.41%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170129000.930.470.33330.3886.8135.69
HexAAC5A05D2F2114a5724
Octal252141320135574151212744
Binary1010101011001011010010111011011111000011010010101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0C5A; }

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

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

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

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

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

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

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

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