#AA1C66

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

Shades of Jazzberry Jam #AA1C66

Tints of Jazzberry Jam #AA1C66

Color information

#AA1C66 (or 0xAA1C66) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1C and 66. RGB value is (170,28,102). Sum of RGB (Red+Green+Blue) = 170+28+102=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C66 is #55E399. Grayscale: #4E4E4E. Windows color (decimal): -5628826 or 6692010. OLE color: 6692010.

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

Color convert

RGB17028102-
CMYK00.840.40.33
HSL328.73º71.72%38.82%-
HSV(B)328.73º83.53%66.67%-
XYZ19.3910.3413.54-
YUV78.89141.04192.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.67%
GREEN value IS 28 (11.33% from 255) = 9.33%
BLUE value IS 102 (40.23% from 255) = 34%
R=56.67%
G=9.33%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702810200.840.40.33328.7371.7238.82
HexAA1C6605428211494827
Octal252341460124504151111047
Binary10101010111001100110010101001010001000011010010011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C66; }

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

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

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

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

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

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

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

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