#AA0152

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

Shades of Jazzberry Jam #AA0152

Tints of Jazzberry Jam #AA0152

Color information

#AA0152 (or 0xAA0152) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 01 and 52. RGB value is (170,1,82). Sum of RGB (Red+Green+Blue) = 170+1+82=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0152 is #55FEAD. Grayscale: #3C3C3C. Windows color (decimal): -5635758 or 5374378. OLE color: 5374378.

HSL color Cylindrical-coordinate representation of color #AA0152: hue angle of 331.24º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0152 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB170182-
CMYK00.990.520.33
HSL331.24º98.83%33.53%-
HSV(B)331.24º99.41%66.67%-
XYZ18.119.188.8-
YUV60.76139.99205.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.19%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=67.19%
G=0.40%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17018200.990.520.33331.2498.8333.53
HexAA152063342114b6322
Octal25211220143644151314342
Binary1010101011010010011000111101001000011010010111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0152; }

 p { color: rgb(170,1,82); }

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

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

 a { background-color: rgb(170,1,82); }

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

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

 span { border-color: rgb(170,1,82); }

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