#AA0F75

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

Shades of Jazzberry Jam #AA0F75

Tints of Jazzberry Jam #AA0F75

Color information

#AA0F75 (or 0xAA0F75) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0F and 75. RGB value is (170,15,117). Sum of RGB (Red+Green+Blue) = 170+15+117=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F75 is #55F08A. Grayscale: #484848. Windows color (decimal): -5632139 or 7671722. OLE color: 7671722.

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

Color convert

RGB17015117-
CMYK00.910.310.33
HSL320.52º83.78%36.27%-
HSV(B)320.52º91.18%66.67%-
XYZ19.9610.1717.74-
YUV72.97152.85197.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.29%
GREEN value IS 15 (6.25% from 255) = 4.97%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=56.29%
G=4.97%
B=38.74%

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
Decimal1701511700.910.310.33320.5283.7836.27
HexAAF7505B1F211415424
Octal252171650133374150112444
Binary101010101111111010101011011111111000011010000011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0F75; }

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

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

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

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

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

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

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

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