Html Css Color HEX #AA1759 Jazzberry Jam

📋 copy color: '#AA1759'

red 170 ◦ green 23 ◦ blue 89

#AA1759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AA1759

Tints of Jazzberry Jam #AA1759

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA1759 (or 0xAA1759) is known color: 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

RGB 170 23 89 -
CMYK 0 0.86 0.48 0.33
HSL 333.06º 0.76% 0.38% -
HSV(B) 333.06º 0.86% 0.67% -
XYZ 18.69 9.88 10.37 -
YUV 74.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 170 23 89 0 0.86 0.48 0.33 333.06 0.76 0.38
Hex AA 17 59 0 56 30 21 14D 4C 26
Octal 252 27 131 0 126 60 41 515 114 46
Binary 10101010 10111 1011001 0 1010110 110000 100001 101001101 1001100 100110

Color Harmonies of #AA1759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1759

Black with #AA1759

Text Example


Text Example

White with #AA1759

Text Example


Text Example

HTML Codes & Css Web 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>