#AA1174

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

Shades of Jazzberry Jam #AA1174

Tints of Jazzberry Jam #AA1174

Color information

#AA1174 (or 0xAA1174) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 11 and 74. RGB value is (170,17,116). Sum of RGB (Red+Green+Blue) = 170+17+116=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1174 is #55EE8B. Grayscale: #494949. Windows color (decimal): -5631628 or 7606698. OLE color: 7606698.

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

Color convert

RGB17017116-
CMYK00.90.320.33
HSL321.18º81.82%36.67%-
HSV(B)321.18º90%66.67%-
XYZ19.9310.2117.44-
YUV74.03151.69196.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.11%
GREEN value IS 17 (7.03% from 255) = 5.61%
BLUE value IS 116 (45.70% from 255) = 38.28%
R=56.11%
G=5.61%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711600.90.320.33321.1881.8236.67
HexAA117405A20211415225
Octal252211640132404150112245
Binary10101010100011110100010110101000001000011010000011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1174; }

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

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

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

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

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

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

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

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