#AA1C54

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

Shades of Jazzberry Jam #AA1C54

Tints of Jazzberry Jam #AA1C54

Color information

#AA1C54 (or 0xAA1C54) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1C and 54. RGB value is (170,28,84). Sum of RGB (Red+Green+Blue) = 170+28+84=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C54 is #55E3AB. Grayscale: #4C4C4C. Windows color (decimal): -5628844 or 5512362. OLE color: 5512362.

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

Color convert

RGB1702884-
CMYK00.840.510.33
HSL336.34º71.72%38.82%-
HSV(B)336.34º83.53%66.67%-
XYZ18.5910.029.34-
YUV76.84132.04194.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.28%
GREEN value IS 28 (11.33% from 255) = 9.93%
BLUE value IS 84 (33.20% from 255) = 29.79%
R=60.28%
G=9.93%
B=29.79%

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
Decimal170288400.840.510.33336.3471.7238.82
HexAA1C5405433211504827
Octal252341240124634152011047
Binary10101010111001010100010101001100111000011010100001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C54; }

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

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

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

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

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

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

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

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