#AA1253

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

Shades of Jazzberry Jam #AA1253

Tints of Jazzberry Jam #AA1253

Color information

#AA1253 (or 0xAA1253) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 12 and 53. RGB value is (170,18,83). Sum of RGB (Red+Green+Blue) = 170+18+83=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1253 is #55EDAC. Grayscale: #464646. Windows color (decimal): -5631405 or 5444266. OLE color: 5444266.

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

Color convert

RGB1701883-
CMYK00.890.510.33
HSL334.34º80.85%36.86%-
HSV(B)334.34º89.41%66.67%-
XYZ18.369.69.07-
YUV70.86134.86198.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.73%
GREEN value IS 18 (7.42% from 255) = 6.64%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=62.73%
G=6.64%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170188300.890.510.33334.3480.8536.86
HexAA1253059332114e5125
Octal252221230131634151612145
Binary10101010100101010011010110011100111000011010011101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1253; }

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

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

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

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

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

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

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

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