#AA0053

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

Shades of Jazzberry Jam #AA0053

Tints of Jazzberry Jam #AA0053

Color information

#AA0053 (or 0xAA0053) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 00 and 53. RGB value is (170,0,83). Sum of RGB (Red+Green+Blue) = 170+0+83=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0053 is #55FFAC. Grayscale: #3C3C3C. Windows color (decimal): -5636013 or 5439658. OLE color: 5439658.

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

Color convert

RGB170083-
CMYK010.510.33
HSL330.71º100%33.33%-
HSV(B)330.71º100%66.67%-
XYZ18.149.179-
YUV60.29140.82206.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 32.81%
R=67.19%
G=0%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170083010.510.33330.7110033.33
HexAA053064332114b6421
Octal25201230144634151314441
Binary1010101001010011011001001100111000011010010111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0053; }

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

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

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

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

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

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

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

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