Html Css Color HEX #AC127E Medium Violet Red

📋 copy color: '#AC127E'

red 172 ◦ green 18 ◦ blue 126

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

Shades of Medium Violet Red #AC127E

Tints of Medium Violet Red #AC127E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.7%

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

R = 54.43%
G = 5.7%
B = 39.87%

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

#AC127E (or 0xAC127E) is known color: Medium Violet Red. HEX triplet: AC, 12 and 7E. RGB value is (172,18,126). Sum of RGB (Red+Green+Blue) = 172+18+126=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC127E is #53ED81. Grayscale: #4C4C4C. Windows color (decimal): -5500290 or 8262316. OLE color: 8262316.

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

Color convert

RGB 172 18 126 -
CMYK 0 0.90 0.27 0.33
HSL 317.92º 0.81% 0.37% -
HSV(B) 317.92º 0.9% 0.67% -
XYZ 21 10.71 20.7 -
YUV 76.36 156.02 196.22 -
System Red Green Blue C M Y K H S L
Decimal 172 18 126 0 0.90 0.27 0.33 317.92 0.81 0.37
Hex AC 12 7E 0 5A 1B 21 13E 51 25
Octal 254 22 176 0 132 33 41 476 121 45
Binary 10101100 10010 1111110 0 1011010 11011 100001 100111110 1010001 100101

Color Harmonies of #AC127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC127E

Black with #AC127E

Text Example


Text Example

White with #AC127E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC127E; }

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

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

background-color css

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

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

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

border-color css

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

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

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