Html Css Color HEX #AC128C Medium Violet Red

📋 copy color: '#AC128C'

red 172 ◦ green 18 ◦ blue 140

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

Shades of Medium Violet Red #AC128C

Tints of Medium Violet Red #AC128C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.42%

R = 52.12%
G = 5.45%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC128C (or 0xAC128C) is known color: Medium Violet Red. HEX triplet: AC, 12 and 8C. RGB value is (172,18,140). Sum of RGB (Red+Green+Blue) = 172+18+140=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC128C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC128C is #53ED73. Grayscale: #4D4D4D. Windows color (decimal): -5500276 or 9179820. OLE color: 9179820.

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

Color convert

RGB 172 18 140 -
CMYK 0 0.90 0.19 0.33
HSL 312.47º 0.81% 0.37% -
HSV(B) 312.47º 0.9% 0.67% -
XYZ 21.96 11.1 25.8 -
YUV 77.95 163.02 195.08 -
System Red Green Blue C M Y K H S L
Decimal 172 18 140 0 0.90 0.19 0.33 312.47 0.81 0.37
Hex AC 12 8C 0 5A 13 21 138 51 25
Octal 254 22 214 0 132 23 41 470 121 45
Binary 10101100 10010 10001100 0 1011010 10011 100001 100111000 1010001 100101

Color Harmonies of #AC128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC128C

Black with #AC128C

Text Example


Text Example

White with #AC128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC128C; }

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

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

background-color css

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

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

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

border-color css

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

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

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