#AA0540

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

Shades of Jazzberry Jam #AA0540

Tints of Jazzberry Jam #AA0540

Color information

#AA0540 (or 0xAA0540) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 05 and 40. RGB value is (170,5,64). Sum of RGB (Red+Green+Blue) = 170+5+64=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0540 is #55FABF. Grayscale: #3C3C3C. Windows color (decimal): -5634752 or 4195754. OLE color: 4195754.

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

Color convert

RGB170564-
CMYK00.970.620.33
HSL338.55º94.29%34.31%-
HSV(B)338.55º97.06%66.67%-
XYZ17.569.025.67-
YUV61.06129.66205.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.13%
GREEN value IS 5 (2.34% from 255) = 2.09%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=71.13%
G=2.09%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17056400.970.620.33338.5594.2934.31
HexAA5400613E211535e22
Octal25251000141764152313642
Binary101010101011000000011000011111101000011010100111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0540; }

 p { color: rgb(170,5,64); }

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

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

 a { background-color: rgb(170,5,64); }

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

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

 span { border-color: rgb(170,5,64); }

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