#AA1168

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

Shades of Jazzberry Jam #AA1168

Tints of Jazzberry Jam #AA1168

Color information

#AA1168 (or 0xAA1168) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 11 and 68. RGB value is (170,17,104). Sum of RGB (Red+Green+Blue) = 170+17+104=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1168 is #55EE97. Grayscale: #484848. Windows color (decimal): -5631640 or 6820266. OLE color: 6820266.

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

Color convert

RGB17017104-
CMYK00.90.390.33
HSL325.88º81.82%36.67%-
HSV(B)325.88º90%66.67%-
XYZ19.289.9514-
YUV72.66145.69197.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.42%
GREEN value IS 17 (7.03% from 255) = 5.84%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=58.42%
G=5.84%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701710400.90.390.33325.8881.8236.67
HexAA116805A27211465225
Octal252211500132474150612245
Binary10101010100011101000010110101001111000011010001101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1168; }

 p { color: rgb(170,17,104); }

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

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

 a { background-color: rgb(170,17,104); }

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

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

 span { border-color: rgb(170,17,104); }

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