Html Css Color HEX #AA1977 Jazzberry Jam

📋 copy color: '#AA1977'

red 170 ◦ green 25 ◦ blue 119

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

Shades of Jazzberry Jam #AA1977

Tints of Jazzberry Jam #AA1977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.96%

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

R = 54.14%
G = 7.96%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA1977 (or 0xAA1977) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 77. RGB value is (170,25,119). Sum of RGB (Red+Green+Blue) = 170+25+119=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1977 is #55E688. Grayscale: #4E4E4E. Windows color (decimal): -5629577 or 7805354. OLE color: 7805354.

HSL color Cylindrical-coordinate representation of color #AA1977: hue angle of 321.1º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1977 is Cyan = 0, Magento = 0.85, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 25 119 -
CMYK 0 0.85 0.3 0.33
HSL 321.1º 0.74% 0.38% -
HSV(B) 321.1º 0.85% 0.67% -
XYZ 20.25 10.57 18.43 -
YUV 79.07 150.54 192.86 -
System Red Green Blue C M Y K H S L
Decimal 170 25 119 0 0.85 0.3 0.33 321.1 0.74 0.38
Hex AA 19 77 0 55 1E 21 141 4A 26
Octal 252 31 167 0 125 36 41 501 112 46
Binary 10101010 11001 1110111 0 1010101 11110 100001 101000001 1001010 100110

Color Harmonies of #AA1977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1977

Black with #AA1977

Text Example


Text Example

White with #AA1977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1977; }

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

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

background-color css

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

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

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

border-color css

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

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

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