Html Css Color HEX #AA1772 Jazzberry Jam

📋 copy color: '#AA1772'

red 170 ◦ green 23 ◦ blue 114

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

Shades of Jazzberry Jam #AA1772

Tints of Jazzberry Jam #AA1772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.49%

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

R = 55.37%
G = 7.49%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA1772 (or 0xAA1772) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 72. RGB value is (170,23,114). Sum of RGB (Red+Green+Blue) = 170+23+114=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1772 is #55E88D. Grayscale: #4D4D4D. Windows color (decimal): -5630094 or 7477162. OLE color: 7477162.

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

Color convert

RGB 170 23 114 -
CMYK 0 0.86 0.33 0.33
HSL 322.86º 0.76% 0.38% -
HSV(B) 322.86º 0.86% 0.67% -
XYZ 19.92 10.37 16.87 -
YUV 77.33 148.7 194.1 -
System Red Green Blue C M Y K H S L
Decimal 170 23 114 0 0.86 0.33 0.33 322.86 0.76 0.38
Hex AA 17 72 0 56 21 21 143 4C 26
Octal 252 27 162 0 126 41 41 503 114 46
Binary 10101010 10111 1110010 0 1010110 100001 100001 101000011 1001100 100110

Color Harmonies of #AA1772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1772

Black with #AA1772

Text Example


Text Example

White with #AA1772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1772; }

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

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

background-color css

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

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

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

border-color css

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

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

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