#aa116b

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

Shades of Jazzberry Jam #AA116B

Tints of Jazzberry Jam #AA116B

Color information

#AA116B (or 0xAA116B) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 11 and 6B. RGB value is (170,17,107). Sum of RGB (Red+Green+Blue) = 170+17+107=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA116B is #55EE94. Grayscale: #484848. Windows color (decimal): -5631637 or 7016874. OLE color: 7016874.

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

Color convert

RGB17017107-
CMYK00.90.370.33
HSL324.71º81.82%36.67%-
HSV(B)324.71º90%66.67%-
XYZ19.4310.0114.82-
YUV73.01147.19197.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.82%
GREEN value IS 17 (7.03% from 255) = 5.78%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=57.82%
G=5.78%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701710700.90.370.33324.7181.8236.67
HexAA116B05A25211455225
Octal252211530132454150512245
Binary10101010100011101011010110101001011000011010001011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa116b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa116b; }

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

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

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

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

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

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

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

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