Html Css Color HEX #AA1177 Jazzberry Jam

📋 copy color: '#AA1177'

red 170 ◦ green 17 ◦ blue 119

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

Shades of Jazzberry Jam #AA1177

Tints of Jazzberry Jam #AA1177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.89%

R = 55.56%
G = 5.56%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA1177 (or 0xAA1177) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 77. RGB value is (170,17,119). Sum of RGB (Red+Green+Blue) = 170+17+119=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1177 is #55EE88. Grayscale: #4A4A4A. Windows color (decimal): -5631625 or 7803306. OLE color: 7803306.

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

Color convert

RGB 170 17 119 -
CMYK 0 0.9 0.3 0.33
HSL 320º 0.82% 0.37% -
HSV(B) 320º 0.9% 0.67% -
XYZ 20.11 10.28 18.38 -
YUV 74.38 153.19 196.21 -
System Red Green Blue C M Y K H S L
Decimal 170 17 119 0 0.9 0.3 0.33 320 0.82 0.37
Hex AA 11 77 0 5A 1E 21 140 52 25
Octal 252 21 167 0 132 36 41 500 122 45
Binary 10101010 10001 1110111 0 1011010 11110 100001 101000000 1010010 100101

Color Harmonies of #AA1177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1177

Black with #AA1177

Text Example


Text Example

White with #AA1177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1177; }

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

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

background-color css

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

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

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

border-color css

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

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

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