#AA0153

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

Shades of Jazzberry Jam #AA0153

Tints of Jazzberry Jam #AA0153

Color information

#AA0153 (or 0xAA0153) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 01 and 53. RGB value is (170,1,83). Sum of RGB (Red+Green+Blue) = 170+1+83=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0153 is #55FEAC. Grayscale: #3C3C3C. Windows color (decimal): -5635757 or 5439914. OLE color: 5439914.

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

Color convert

RGB170183-
CMYK00.990.510.33
HSL330.89º98.83%33.53%-
HSV(B)330.89º99.41%66.67%-
XYZ18.159.199-
YUV60.88140.49205.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.93%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=66.93%
G=0.39%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17018300.990.510.33330.8998.8333.53
HexAA153063332114b6322
Octal25211230143634151314342
Binary1010101011010011011000111100111000011010010111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0153; }

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

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

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

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

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

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

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

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