#AA0E6E

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

Shades of Jazzberry Jam #AA0E6E

Tints of Jazzberry Jam #AA0E6E

Color information

#AA0E6E (or 0xAA0E6E) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0E and 6E. RGB value is (170,14,110). Sum of RGB (Red+Green+Blue) = 170+14+110=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E6E is #55F191. Grayscale: #474747. Windows color (decimal): -5632402 or 7212714. OLE color: 7212714.

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

Color convert

RGB17014110-
CMYK00.920.350.33
HSL323.08º84.78%36.08%-
HSV(B)323.08º91.76%66.67%-
XYZ19.559.9915.65-
YUV71.59149.68198.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.82%
GREEN value IS 14 (5.86% from 255) = 4.76%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=57.82%
G=4.76%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701411000.920.350.33323.0884.7836.08
HexAAE6E05C23211435524
Octal252161560134434150312544
Binary1010101011101101110010111001000111000011010000111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0E6E; }

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

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

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

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

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

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

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

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