#AA1759

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

Shades of Jazzberry Jam #AA1759

Tints of Jazzberry Jam #AA1759

Color information

#AA1759 (or 0xAA1759) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 17 and 59. RGB value is (170,23,89). Sum of RGB (Red+Green+Blue) = 170+23+89=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1759 is #55E8A6. Grayscale: #4A4A4A. Windows color (decimal): -5630119 or 5838762. OLE color: 5838762.

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

Color convert

RGB1702389-
CMYK00.860.480.33
HSL333.06º76.17%37.84%-
HSV(B)333.06º86.47%66.67%-
XYZ18.699.8810.37-
YUV74.48136.2196.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.28%
GREEN value IS 23 (9.38% from 255) = 8.16%
BLUE value IS 89 (35.16% from 255) = 31.56%
R=60.28%
G=8.16%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170238900.860.480.33333.0676.1737.84
HexAA1759056302114d4c26
Octal252271310126604151511446
Binary10101010101111011001010101101100001000011010011011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1759; }

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

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

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

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

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

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

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

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