#AA1C6C

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

Shades of Jazzberry Jam #AA1C6C

Tints of Jazzberry Jam #AA1C6C

Color information

#AA1C6C (or 0xAA1C6C) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1C and 6C. RGB value is (170,28,108). Sum of RGB (Red+Green+Blue) = 170+28+108=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C6C is #55E393. Grayscale: #4F4F4F. Windows color (decimal): -5628820 or 7085226. OLE color: 7085226.

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

Color convert

RGB17028108-
CMYK00.840.360.33
HSL326.2º71.72%38.82%-
HSV(B)326.2º83.53%66.67%-
XYZ19.710.4615.17-
YUV79.58144.04192.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 28 (11.33% from 255) = 9.15%
BLUE value IS 108 (42.58% from 255) = 35.29%
R=55.56%
G=9.15%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702810800.840.360.33326.271.7238.82
HexAA1C6C05424211464827
Octal252341540124444150611047
Binary10101010111001101100010101001001001000011010001101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C6C; }

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

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

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

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

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

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

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

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