Html Css Color HEX #AA1176 Jazzberry Jam

📋 copy color: '#AA1176'

red 170 ◦ green 17 ◦ blue 118

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

Shades of Jazzberry Jam #AA1176

Tints of Jazzberry Jam #AA1176

RGB

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

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

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

R = 55.74%
G = 5.57%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA1176 (or 0xAA1176) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 76. RGB value is (170,17,118). Sum of RGB (Red+Green+Blue) = 170+17+118=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1176 is #55EE89. Grayscale: #4A4A4A. Windows color (decimal): -5631626 or 7737770. OLE color: 7737770.

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

Color convert

RGB 170 17 118 -
CMYK 0 0.9 0.31 0.33
HSL 320.39º 0.82% 0.37% -
HSV(B) 320.39º 0.9% 0.67% -
XYZ 20.05 10.25 18.06 -
YUV 74.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 170 17 118 0 0.9 0.31 0.33 320.39 0.82 0.37
Hex AA 11 76 0 5A 1F 21 140 52 25
Octal 252 21 166 0 132 37 41 500 122 45
Binary 10101010 10001 1110110 0 1011010 11111 100001 101000000 1010010 100101

Color Harmonies of #AA1176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1176

Black with #AA1176

Text Example


Text Example

White with #AA1176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1176; }

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

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

background-color css

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

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

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

border-color css

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

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

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