#AA0F54

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

Shades of Jazzberry Jam #AA0F54

Tints of Jazzberry Jam #AA0F54

Color information

#AA0F54 (or 0xAA0F54) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0F and 54. RGB value is (170,15,84). Sum of RGB (Red+Green+Blue) = 170+15+84=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F54 is #55F0AB. Grayscale: #454545. Windows color (decimal): -5632172 or 5509034. OLE color: 5509034.

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

Color convert

RGB1701584-
CMYK00.910.510.33
HSL333.29º83.78%36.27%-
HSV(B)333.29º91.18%66.67%-
XYZ18.359.539.26-
YUV69.21136.35199.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.20%
GREEN value IS 15 (6.25% from 255) = 5.58%
BLUE value IS 84 (33.20% from 255) = 31.23%
R=63.20%
G=5.58%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170158400.910.510.33333.2983.7836.27
HexAAF5405B332114d5424
Octal252171240133634151512444
Binary1010101011111010100010110111100111000011010011011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0F54; }

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

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

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

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

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

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

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

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