Html Css Color HEX #AA1171 Jazzberry Jam

📋 copy color: '#AA1171'

red 170 ◦ green 17 ◦ blue 113

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

Shades of Jazzberry Jam #AA1171

Tints of Jazzberry Jam #AA1171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 56.67%
G = 5.67%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA1171 (or 0xAA1171) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 71. RGB value is (170,17,113). Sum of RGB (Red+Green+Blue) = 170+17+113=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1171 is #55EE8E. Grayscale: #494949. Windows color (decimal): -5631631 or 7410090. OLE color: 7410090.

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

Color convert

RGB 170 17 113 -
CMYK 0 0.9 0.34 0.33
HSL 322.35º 0.82% 0.37% -
HSV(B) 322.35º 0.9% 0.67% -
XYZ 19.76 10.14 16.54 -
YUV 73.69 150.19 196.69 -
System Red Green Blue C M Y K H S L
Decimal 170 17 113 0 0.9 0.34 0.33 322.35 0.82 0.37
Hex AA 11 71 0 5A 22 21 142 52 25
Octal 252 21 161 0 132 42 41 502 122 45
Binary 10101010 10001 1110001 0 1011010 100010 100001 101000010 1010010 100101

Color Harmonies of #AA1171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1171

Black with #AA1171

Text Example


Text Example

White with #AA1171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1171; }

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

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

background-color css

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

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

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

border-color css

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

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

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