#AA0F5D

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

Shades of Jazzberry Jam #AA0F5D

Tints of Jazzberry Jam #AA0F5D

Color information

#AA0F5D (or 0xAA0F5D) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0F and 5D. RGB value is (170,15,93). Sum of RGB (Red+Green+Blue) = 170+15+93=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F5D is #55F0A2. Grayscale: #464646. Windows color (decimal): -5632163 or 6098858. OLE color: 6098858.

HSL color Cylindrical-coordinate representation of color #AA0F5D: hue angle of 329.81º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F5D is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB1701593-
CMYK00.910.450.33
HSL329.81º83.78%36.27%-
HSV(B)329.81º91.18%66.67%-
XYZ18.729.6811.24-
YUV70.24140.85199.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.15%
GREEN value IS 15 (6.25% from 255) = 5.40%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=61.15%
G=5.40%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170159300.910.450.33329.8183.7836.27
HexAAF5D05B2D2114a5424
Octal252171350133554151212444
Binary1010101011111011101010110111011011000011010010101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0F5D; }

 p { color: rgb(170,15,93); }

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

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

 a { background-color: rgb(170,15,93); }

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

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

 span { border-color: rgb(170,15,93); }

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