Html Css Color HEX #AC117B Medium Violet Red

📋 copy color: '#AC117B'

red 172 ◦ green 17 ◦ blue 123

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

Shades of Medium Violet Red #AC117B

Tints of Medium Violet Red #AC117B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 55.13%
G = 5.45%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC117B (or 0xAC117B) is known color: Medium Violet Red. HEX triplet: AC, 11 and 7B. RGB value is (172,17,123). Sum of RGB (Red+Green+Blue) = 172+17+123=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC117B is #53EE84. Grayscale: #4B4B4B. Windows color (decimal): -5500549 or 8065452. OLE color: 8065452.

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

Color convert

RGB 172 17 123 -
CMYK 0 0.90 0.28 0.33
HSL 318.97º 0.82% 0.37% -
HSV(B) 318.97º 0.9% 0.67% -
XYZ 20.79 10.6 19.69 -
YUV 75.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 172 17 123 0 0.90 0.28 0.33 318.97 0.82 0.37
Hex AC 11 7B 0 5A 1C 21 13F 52 25
Octal 254 21 173 0 132 34 41 477 122 45
Binary 10101100 10001 1111011 0 1011010 11100 100001 100111111 1010010 100101

Color Harmonies of #AC117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC117B

Black with #AC117B

Text Example


Text Example

White with #AC117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC117B; }

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

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

background-color css

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

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

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

border-color css

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

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

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