Html Css Color HEX #AC117E Medium Violet Red

📋 copy color: '#AC117E'

red 172 ◦ green 17 ◦ blue 126

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

Shades of Medium Violet Red #AC117E

Tints of Medium Violet Red #AC117E

RGB

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

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

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

R = 54.6%
G = 5.4%
B = 40%

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

#AC117E (or 0xAC117E) is known color: Medium Violet Red. HEX triplet: AC, 11 and 7E. RGB value is (172,17,126). Sum of RGB (Red+Green+Blue) = 172+17+126=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC117E is #53EE81. Grayscale: #4B4B4B. Windows color (decimal): -5500546 or 8262060. OLE color: 8262060.

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

Color convert

RGB 172 17 126 -
CMYK 0 0.90 0.27 0.33
HSL 317.81º 0.82% 0.37% -
HSV(B) 317.81º 0.9% 0.67% -
XYZ 20.98 10.68 20.69 -
YUV 75.77 156.35 196.64 -
System Red Green Blue C M Y K H S L
Decimal 172 17 126 0 0.90 0.27 0.33 317.81 0.82 0.37
Hex AC 11 7E 0 5A 1B 21 13E 52 25
Octal 254 21 176 0 132 33 41 476 122 45
Binary 10101100 10001 1111110 0 1011010 11011 100001 100111110 1010010 100101

Color Harmonies of #AC117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC117E

Black with #AC117E

Text Example


Text Example

White with #AC117E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC117E; }

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

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

background-color css

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

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

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

border-color css

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

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

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