Html Css Color HEX #AC2078 Medium Red Violet

📋 copy color: '#AC2078'

red 172 ◦ green 32 ◦ blue 120

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

Shades of Medium Red Violet #AC2078

Tints of Medium Red Violet #AC2078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.04%

R = 53.09%
G = 9.88%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC2078 (or 0xAC2078) is known color: Medium Red Violet. HEX triplet: AC, 20 and 78. RGB value is (172,32,120). Sum of RGB (Red+Green+Blue) = 172+32+120=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2078 is #53DF87. Grayscale: #535353. Windows color (decimal): -5496712 or 7872684. OLE color: 7872684.

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

Color convert

RGB 172 32 120 -
CMYK 0 0.81 0.30 0.33
HSL 322.29º 0.69% 0.4% -
HSV(B) 322.29º 0.81% 0.67% -
XYZ 20.92 11.16 18.82 -
YUV 83.89 148.38 190.84 -
System Red Green Blue C M Y K H S L
Decimal 172 32 120 0 0.81 0.30 0.33 322.29 0.69 0.4
Hex AC 20 78 0 51 1E 21 142 45 28
Octal 254 40 170 0 121 36 41 502 105 50
Binary 10101100 100000 1111000 0 1010001 11110 100001 101000010 1000101 101000

Color Harmonies of #AC2078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2078

Black with #AC2078

Text Example


Text Example

White with #AC2078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2078; }

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

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

background-color css

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

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

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

border-color css

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

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

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