Html Css Color HEX #AA1972 Jazzberry Jam

📋 copy color: '#AA1972'

red 170 ◦ green 25 ◦ blue 114

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

Shades of Jazzberry Jam #AA1972

Tints of Jazzberry Jam #AA1972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.89%

R = 55.02%
G = 8.09%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA1972 (or 0xAA1972) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 72. RGB value is (170,25,114). Sum of RGB (Red+Green+Blue) = 170+25+114=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1972 is #55E68D. Grayscale: #4E4E4E. Windows color (decimal): -5629582 or 7477674. OLE color: 7477674.

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

Color convert

RGB 170 25 114 -
CMYK 0 0.85 0.33 0.33
HSL 323.17º 0.74% 0.38% -
HSV(B) 323.17º 0.85% 0.67% -
XYZ 19.96 10.46 16.89 -
YUV 78.5 148.04 193.26 -
System Red Green Blue C M Y K H S L
Decimal 170 25 114 0 0.85 0.33 0.33 323.17 0.74 0.38
Hex AA 19 72 0 55 21 21 143 4A 26
Octal 252 31 162 0 125 41 41 503 112 46
Binary 10101010 11001 1110010 0 1010101 100001 100001 101000011 1001010 100110

Color Harmonies of #AA1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1972

Black with #AA1972

Text Example


Text Example

White with #AA1972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1972; }

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

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

background-color css

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

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

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

border-color css

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

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

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