#AA0A66

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

Shades of Jazzberry Jam #AA0A66

Tints of Jazzberry Jam #AA0A66

Color information

#AA0A66 (or 0xAA0A66) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0A and 66. RGB value is (170,10,102). Sum of RGB (Red+Green+Blue) = 170+10+102=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0A66 is #55F599. Grayscale: #444444. Windows color (decimal): -5633434 or 6687402. OLE color: 6687402.

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

Color convert

RGB17010102-
CMYK00.940.40.33
HSL325.5º88.89%35.29%-
HSV(B)325.5º94.12%66.67%-
XYZ19.089.7213.44-
YUV68.33147.01200.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.28%
GREEN value IS 10 (4.30% from 255) = 3.55%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=60.28%
G=3.55%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701010200.940.40.33325.588.8935.29
HexAAA6605E28211465923
Octal252121460136504150613143
Binary1010101010101100110010111101010001000011010001101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0A66; }

 p { color: rgb(170,10,102); }

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

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

 a { background-color: rgb(170,10,102); }

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

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

 span { border-color: rgb(170,10,102); }

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