#AA0E5B

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

Shades of Jazzberry Jam #AA0E5B

Tints of Jazzberry Jam #AA0E5B

Color information

#AA0E5B (or 0xAA0E5B) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0E and 5B. RGB value is (170,14,91). Sum of RGB (Red+Green+Blue) = 170+14+91=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E5B is #55F1A4. Grayscale: #454545. Windows color (decimal): -5632421 or 5967530. OLE color: 5967530.

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

Color convert

RGB1701491-
CMYK00.920.460.33
HSL330.38º84.78%36.08%-
HSV(B)330.38º91.76%66.67%-
XYZ18.629.6210.77-
YUV69.42140.18199.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.82%
GREEN value IS 14 (5.86% from 255) = 5.09%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=61.82%
G=5.09%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170149100.920.460.33330.3884.7836.08
HexAAE5B05C2E2114a5524
Octal252161330134564151212544
Binary1010101011101011011010111001011101000011010010101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0E5B; }

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

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

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

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

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

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

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

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