Html Css Color HEX #AC0E7E Medium Violet Red

📋 copy color: '#AC0E7E'

red 172 ◦ green 14 ◦ blue 126

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

Shades of Medium Violet Red #AC0E7E

Tints of Medium Violet Red #AC0E7E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.49%

 BLUE value IS 126 (49.61% from 255) = 40.38%

R = 55.13%
G = 4.49%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC0E7E (or 0xAC0E7E) is known color: Medium Violet Red. HEX triplet: AC, 0E and 7E. RGB value is (172,14,126). Sum of RGB (Red+Green+Blue) = 172+14+126=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0E7E is #53F181. Grayscale: #494949. Windows color (decimal): -5501314 or 8261292. OLE color: 8261292.

HSL color Cylindrical-coordinate representation of color #AC0E7E: hue angle of 317.47º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0E7E is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 14 126 -
CMYK 0 0.92 0.27 0.33
HSL 317.47º 0.85% 0.36% -
HSV(B) 317.47º 0.92% 0.67% -
XYZ 20.94 10.59 20.68 -
YUV 74.01 157.35 197.89 -
System Red Green Blue C M Y K H S L
Decimal 172 14 126 0 0.92 0.27 0.33 317.47 0.85 0.36
Hex AC E 7E 0 5C 1B 21 13D 55 24
Octal 254 16 176 0 134 33 41 475 125 44
Binary 10101100 1110 1111110 0 1011100 11011 100001 100111101 1010101 100100

Color Harmonies of #AC0E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0E7E

Black with #AC0E7E

Text Example


Text Example

White with #AC0E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0E7E; }

 p { color: rgb(172,14,126); }

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

background-color css

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

 a { background-color: rgb(172,14,126); }

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

border-color css

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

 span { border-color: rgb(172,14,126); }

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