Html Css Color HEX #AC117A Medium Violet Red

📋 copy color: '#AC117A'

red 172 ◦ green 17 ◦ blue 122

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

Shades of Medium Violet Red #AC117A

Tints of Medium Violet Red #AC117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.23%

R = 55.31%
G = 5.47%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC117A (or 0xAC117A) is known color: Medium Violet Red. HEX triplet: AC, 11 and 7A. RGB value is (172,17,122). Sum of RGB (Red+Green+Blue) = 172+17+122=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC117A is #53EE85. Grayscale: #4B4B4B. Windows color (decimal): -5500550 or 7999916. OLE color: 7999916.

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

Color convert

RGB 172 17 122 -
CMYK 0 0.90 0.29 0.33
HSL 319.35º 0.82% 0.37% -
HSV(B) 319.35º 0.9% 0.67% -
XYZ 20.73 10.58 19.36 -
YUV 75.32 154.35 196.96 -
System Red Green Blue C M Y K H S L
Decimal 172 17 122 0 0.90 0.29 0.33 319.35 0.82 0.37
Hex AC 11 7A 0 5A 1D 21 13F 52 25
Octal 254 21 172 0 132 35 41 477 122 45
Binary 10101100 10001 1111010 0 1011010 11101 100001 100111111 1010010 100101

Color Harmonies of #AC117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC117A

Black with #AC117A

Text Example


Text Example

White with #AC117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC117A; }

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

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

background-color css

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

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

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

border-color css

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

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

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