Html Css Color HEX #AC117D Medium Violet Red

📋 copy color: '#AC117D'

red 172 ◦ green 17 ◦ blue 125

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

Shades of Medium Violet Red #AC117D

Tints of Medium Violet Red #AC117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.81%

R = 54.78%
G = 5.41%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC117D (or 0xAC117D) is known color: Medium Violet Red. HEX triplet: AC, 11 and 7D. RGB value is (172,17,125). Sum of RGB (Red+Green+Blue) = 172+17+125=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC117D is #53EE82. Grayscale: #4B4B4B. Windows color (decimal): -5500547 or 8196524. OLE color: 8196524.

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

Color convert

RGB 172 17 125 -
CMYK 0 0.90 0.27 0.33
HSL 318.19º 0.82% 0.37% -
HSV(B) 318.19º 0.9% 0.67% -
XYZ 20.92 10.65 20.36 -
YUV 75.66 155.85 196.72 -
System Red Green Blue C M Y K H S L
Decimal 172 17 125 0 0.90 0.27 0.33 318.19 0.82 0.37
Hex AC 11 7D 0 5A 1B 21 13E 52 25
Octal 254 21 175 0 132 33 41 476 122 45
Binary 10101100 10001 1111101 0 1011010 11011 100001 100111110 1010010 100101

Color Harmonies of #AC117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC117D

Black with #AC117D

Text Example


Text Example

White with #AC117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC117D; }

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

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

background-color css

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

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

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

border-color css

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

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

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