#AA1147

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

Shades of Jazzberry Jam #AA1147

Tints of Jazzberry Jam #AA1147

Color information

#AA1147 (or 0xAA1147) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 11 and 47. RGB value is (170,17,71). Sum of RGB (Red+Green+Blue) = 170+17+71=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1147 is #55EEB8. Grayscale: #444444. Windows color (decimal): -5631673 or 4657578. OLE color: 4657578.

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

Color convert

RGB1701771-
CMYK00.90.580.33
HSL338.82º81.82%36.67%-
HSV(B)338.82º90%66.67%-
XYZ17.929.46.83-
YUV68.9129.19200.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.89%
GREEN value IS 17 (7.03% from 255) = 6.59%
BLUE value IS 71 (28.12% from 255) = 27.52%
R=65.89%
G=6.59%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170177100.90.580.33338.8281.8236.67
HexAA114705A3A211535225
Octal252211070132724152312245
Binary10101010100011000111010110101110101000011010100111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1147; }

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

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

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

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

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

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

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

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