Html Css Color HEX #AA1976 Jazzberry Jam

📋 copy color: '#AA1976'

red 170 ◦ green 25 ◦ blue 118

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

Shades of Jazzberry Jam #AA1976

Tints of Jazzberry Jam #AA1976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 54.31%
G = 7.99%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA1976 (or 0xAA1976) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 76. RGB value is (170,25,118). Sum of RGB (Red+Green+Blue) = 170+25+118=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1976 is #55E689. Grayscale: #4E4E4E. Windows color (decimal): -5629578 or 7739818. OLE color: 7739818.

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

Color convert

RGB 170 25 118 -
CMYK 0 0.85 0.31 0.33
HSL 321.52º 0.74% 0.38% -
HSV(B) 321.52º 0.85% 0.67% -
XYZ 20.2 10.55 18.11 -
YUV 78.96 150.04 192.94 -
System Red Green Blue C M Y K H S L
Decimal 170 25 118 0 0.85 0.31 0.33 321.52 0.74 0.38
Hex AA 19 76 0 55 1F 21 142 4A 26
Octal 252 31 166 0 125 37 41 502 112 46
Binary 10101010 11001 1110110 0 1010101 11111 100001 101000010 1001010 100110

Color Harmonies of #AA1976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1976

Black with #AA1976

Text Example


Text Example

White with #AA1976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1976; }

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

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

background-color css

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

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

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

border-color css

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

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

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