#AA1C53

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

Shades of Jazzberry Jam #AA1C53

Tints of Jazzberry Jam #AA1C53

Color information

#AA1C53 (or 0xAA1C53) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1C and 53. RGB value is (170,28,83). Sum of RGB (Red+Green+Blue) = 170+28+83=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C53 is #55E3AC. Grayscale: #4C4C4C. Windows color (decimal): -5628845 or 5446826. OLE color: 5446826.

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

Color convert

RGB1702883-
CMYK00.840.510.33
HSL336.76º71.72%38.82%-
HSV(B)336.76º83.53%66.67%-
XYZ18.55109.14-
YUV76.73131.54194.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.50%
GREEN value IS 28 (11.33% from 255) = 9.96%
BLUE value IS 83 (32.81% from 255) = 29.54%
R=60.50%
G=9.96%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170288300.840.510.33336.7671.7238.82
HexAA1C5305433211514827
Octal252341230124634152111047
Binary10101010111001010011010101001100111000011010100011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C53; }

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

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

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

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

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

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

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

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