#AA0E64

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

Shades of Jazzberry Jam #AA0E64

Tints of Jazzberry Jam #AA0E64

Color information

#AA0E64 (or 0xAA0E64) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0E and 64. RGB value is (170,14,100). Sum of RGB (Red+Green+Blue) = 170+14+100=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E64 is #55F19B. Grayscale: #464646. Windows color (decimal): -5632412 or 6557354. OLE color: 6557354.

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

Color convert

RGB17014100-
CMYK00.920.410.33
HSL326.92º84.78%36.08%-
HSV(B)326.92º91.76%66.67%-
XYZ19.039.7812.94-
YUV70.45144.68199.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.86%
GREEN value IS 14 (5.86% from 255) = 4.93%
BLUE value IS 100 (39.45% from 255) = 35.21%
R=59.86%
G=4.93%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701410000.920.410.33326.9284.7836.08
HexAAE6405C29211475524
Octal252161440134514150712544
Binary1010101011101100100010111001010011000011010001111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0E64; }

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

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

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

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

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

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

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

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