#AA0D55

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

Shades of Jazzberry Jam #AA0D55

Tints of Jazzberry Jam #AA0D55

Color information

#AA0D55 (or 0xAA0D55) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0D and 55. RGB value is (170,13,85). Sum of RGB (Red+Green+Blue) = 170+13+85=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D55 is #55F2AA. Grayscale: #444444. Windows color (decimal): -5632683 or 5574058. OLE color: 5574058.

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

Color convert

RGB1701385-
CMYK00.920.500.33
HSL332.48º85.79%35.88%-
HSV(B)332.48º92.35%66.67%-
XYZ18.369.499.46-
YUV68.15137.51200.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.43%
GREEN value IS 13 (5.47% from 255) = 4.85%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=63.43%
G=4.85%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170138500.920.500.33332.4885.7935.88
HexAAD5505C322114c5624
Octal252151250134624151412644
Binary1010101011011010101010111001100101000011010011001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0D55; }

 p { color: rgb(170,13,85); }

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

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

 a { background-color: rgb(170,13,85); }

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

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

 span { border-color: rgb(170,13,85); }

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