#AA0D62

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

Shades of Jazzberry Jam #AA0D62

Tints of Jazzberry Jam #AA0D62

Color information

#AA0D62 (or 0xAA0D62) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0D and 62. RGB value is (170,13,98). Sum of RGB (Red+Green+Blue) = 170+13+98=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D62 is #55F29D. Grayscale: #454545. Windows color (decimal): -5632670 or 6426026. OLE color: 6426026.

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

Color convert

RGB1701398-
CMYK00.920.420.33
HSL327.52º85.79%35.88%-
HSV(B)327.52º92.35%66.67%-
XYZ18.939.7212.43-
YUV69.63144.01199.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.50%
GREEN value IS 13 (5.47% from 255) = 4.63%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=60.50%
G=4.63%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170139800.920.420.33327.5285.7935.88
HexAAD6205C2A211485624
Octal252151420134524151012644
Binary1010101011011100010010111001010101000011010010001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0D62; }

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

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

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

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

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

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

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

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