#AA0F76

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

Shades of Jazzberry Jam #AA0F76

Tints of Jazzberry Jam #AA0F76

Color information

#AA0F76 (or 0xAA0F76) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0F and 76. RGB value is (170,15,118). Sum of RGB (Red+Green+Blue) = 170+15+118=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F76 is #55F089. Grayscale: #484848. Windows color (decimal): -5632138 or 7737258. OLE color: 7737258.

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

Color convert

RGB17015118-
CMYK00.910.310.33
HSL320.13º83.78%36.27%-
HSV(B)320.13º91.18%66.67%-
XYZ20.0210.218.05-
YUV73.09153.35197.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.11%
GREEN value IS 15 (6.25% from 255) = 4.95%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=56.11%
G=4.95%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701511800.910.310.33320.1383.7836.27
HexAAF7605B1F211405424
Octal252171660133374150012444
Binary101010101111111011001011011111111000011010000001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0F76; }

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

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

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

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

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

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

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

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