#AA0056

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

Shades of Jazzberry Jam #AA0056

Tints of Jazzberry Jam #AA0056

Color information

#AA0056 (or 0xAA0056) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 00 and 56. RGB value is (170,0,86). Sum of RGB (Red+Green+Blue) = 170+0+86=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0056 is #55FFA9. Grayscale: #3C3C3C. Windows color (decimal): -5636010 or 5636266. OLE color: 5636266.

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

Color convert

RGB170086-
CMYK010.490.33
HSL329.65º100%33.33%-
HSV(B)329.65º100%66.67%-
XYZ18.269.229.62-
YUV60.63142.32206.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=66.41%
G=0%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170086010.490.33329.6510033.33
HexAA056064312114a6421
Octal25201260144614151214441
Binary1010101001010110011001001100011000011010010101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0056; }

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

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

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

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

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

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

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

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