#AA1177

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

Shades of Jazzberry Jam #AA1177

Tints of Jazzberry Jam #AA1177

Color information

#AA1177 (or 0xAA1177) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 11 and 77. RGB value is (170,17,119). Sum of RGB (Red+Green+Blue) = 170+17+119=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1177 is #55EE88. Grayscale: #4A4A4A. Windows color (decimal): -5631625 or 7803306. OLE color: 7803306.

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

Color convert

RGB17017119-
CMYK00.90.30.33
HSL320º81.82%36.67%-
HSV(B)320º90%66.67%-
XYZ20.1110.2818.38-
YUV74.38153.19196.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 17 (7.03% from 255) = 5.56%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=55.56%
G=5.56%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711900.90.30.3332081.8236.67
HexAA117705A1E211405225
Octal252211670132364150012245
Binary1010101010001111011101011010111101000011010000001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1177; }

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

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

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

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

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

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

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

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