Html Css Color HEX #AC117F Medium Violet Red

📋 copy color: '#AC117F'

red 172 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #AC117F

Tints of Medium Violet Red #AC117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.19%

R = 54.43%
G = 5.38%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC117F (or 0xAC117F) is known color: Medium Violet Red. HEX triplet: AC, 11 and 7F. RGB value is (172,17,127). Sum of RGB (Red+Green+Blue) = 172+17+127=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC117F is #53EE80. Grayscale: #4B4B4B. Windows color (decimal): -5500545 or 8327596. OLE color: 8327596.

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

Color convert

RGB 172 17 127 -
CMYK 0 0.90 0.26 0.33
HSL 317.42º 0.82% 0.37% -
HSV(B) 317.42º 0.9% 0.67% -
XYZ 21.04 10.7 21.04 -
YUV 75.89 156.85 196.56 -
System Red Green Blue C M Y K H S L
Decimal 172 17 127 0 0.90 0.26 0.33 317.42 0.82 0.37
Hex AC 11 7F 0 5A 1A 21 13D 52 25
Octal 254 21 177 0 132 32 41 475 122 45
Binary 10101100 10001 1111111 0 1011010 11010 100001 100111101 1010010 100101

Color Harmonies of #AC117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC117F

Black with #AC117F

Text Example


Text Example

White with #AC117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC117F; }

 p { color: rgb(172,17,127); }

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

background-color css

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

 a { background-color: rgb(172,17,127); }

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

border-color css

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

 span { border-color: rgb(172,17,127); }

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