Html Css Color HEX #AA1159 Jazzberry Jam

📋 copy color: '#AA1159'

red 170 ◦ green 17 ◦ blue 89

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

Shades of Jazzberry Jam #AA1159

Tints of Jazzberry Jam #AA1159

RGB

 RED value IS 170 (66.8% from 255) = 61.59%

 GREEN value IS 17 (7.03% from 255) = 6.16%

 BLUE value IS 89 (35.16% from 255) = 32.25%

R = 61.59%
G = 6.16%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA1159 (or 0xAA1159) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 59. RGB value is (170,17,89). Sum of RGB (Red+Green+Blue) = 170+17+89=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1159 is #55EEA6. Grayscale: #464646. Windows color (decimal): -5631655 or 5837226. OLE color: 5837226.

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

Color convert

RGB 170 17 89 -
CMYK 0 0.9 0.48 0.33
HSL 331.76º 0.82% 0.37% -
HSV(B) 331.76º 0.9% 0.67% -
XYZ 18.58 9.67 10.34 -
YUV 70.96 138.19 198.65 -
System Red Green Blue C M Y K H S L
Decimal 170 17 89 0 0.9 0.48 0.33 331.76 0.82 0.37
Hex AA 11 59 0 5A 30 21 14C 52 25
Octal 252 21 131 0 132 60 41 514 122 45
Binary 10101010 10001 1011001 0 1011010 110000 100001 101001100 1010010 100101

Color Harmonies of #AA1159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1159

Black with #AA1159

Text Example


Text Example

White with #AA1159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1159; }

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

 H1.HeaderClassName
 {
   color: #AA1159;
 }
 .AnyTagClassName
 {
   color: #AA1159;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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