#AA1550

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

Shades of Jazzberry Jam #AA1550

Tints of Jazzberry Jam #AA1550

Color information

#AA1550 (or 0xAA1550) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 15 and 50. RGB value is (170,21,80). Sum of RGB (Red+Green+Blue) = 170+21+80=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1550 is #55EAAF. Grayscale: #484848. Windows color (decimal): -5630640 or 5248426. OLE color: 5248426.

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

Color convert

RGB1702180-
CMYK00.880.530.33
HSL336.24º78.01%37.45%-
HSV(B)336.24º87.65%66.67%-
XYZ18.299.668.49-
YUV72.28132.36197.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.73%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=62.73%
G=7.75%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170218000.880.530.33336.2478.0137.45
HexAA155005835211504e25
Octal252251200130654152011645
Binary10101010101011010000010110001101011000011010100001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1550; }

 p { color: rgb(170,21,80); }

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

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

 a { background-color: rgb(170,21,80); }

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

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

 span { border-color: rgb(170,21,80); }

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