Html Css Color HEX #AC2077 Medium Red Violet

📋 copy color: '#AC2077'

red 172 ◦ green 32 ◦ blue 119

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

Shades of Medium Red Violet #AC2077

Tints of Medium Red Violet #AC2077

RGB

 RED value IS 172 (67.58% from 255) = 53.25%

 GREEN value IS 32 (12.89% from 255) = 9.91%

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

R = 53.25%
G = 9.91%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC2077 (or 0xAC2077) is known color: Medium Red Violet. HEX triplet: AC, 20 and 77. RGB value is (172,32,119). Sum of RGB (Red+Green+Blue) = 172+32+119=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2077 is #53DF88. Grayscale: #535353. Windows color (decimal): -5496713 or 7807148. OLE color: 7807148.

HSL color Cylindrical-coordinate representation of color #AC2077: hue angle of 322.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2077 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 32 119 -
CMYK 0 0.81 0.31 0.33
HSL 322.71º 0.69% 0.4% -
HSV(B) 322.71º 0.81% 0.67% -
XYZ 20.86 11.14 18.5 -
YUV 83.78 147.88 190.93 -
System Red Green Blue C M Y K H S L
Decimal 172 32 119 0 0.81 0.31 0.33 322.71 0.69 0.4
Hex AC 20 77 0 51 1F 21 143 45 28
Octal 254 40 167 0 121 37 41 503 105 50
Binary 10101100 100000 1110111 0 1010001 11111 100001 101000011 1000101 101000

Color Harmonies of #AC2077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2077

Black with #AC2077

Text Example


Text Example

White with #AC2077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2077; }

 p { color: rgb(172,32,119); }

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

background-color css

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

 a { background-color: rgb(172,32,119); }

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

border-color css

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

 span { border-color: rgb(172,32,119); }

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