#AA1771

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

Shades of Jazzberry Jam #AA1771

Tints of Jazzberry Jam #AA1771

Color information

#AA1771 (or 0xAA1771) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 17 and 71. RGB value is (170,23,113). Sum of RGB (Red+Green+Blue) = 170+23+113=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1771 is #55E88E. Grayscale: #4D4D4D. Windows color (decimal): -5630095 or 7411626. OLE color: 7411626.

HSL color Cylindrical-coordinate representation of color #AA1771: hue angle of 323.27º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1771 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB17023113-
CMYK00.860.340.33
HSL323.27º76.17%37.84%-
HSV(B)323.27º86.47%66.67%-
XYZ19.8610.3516.57-
YUV77.21148.2194.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 23 (9.38% from 255) = 7.52%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=55.56%
G=7.52%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702311300.860.340.33323.2776.1737.84
HexAA177105622211434c26
Octal252271610126424150311446
Binary10101010101111110001010101101000101000011010000111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1771; }

 p { color: rgb(170,23,113); }

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

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

 a { background-color: rgb(170,23,113); }

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

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

 span { border-color: rgb(170,23,113); }

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