Html Css Color HEX #AC128F Medium Violet Red

📋 copy color: '#AC128F'

red 172 ◦ green 18 ◦ blue 143

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

Shades of Medium Violet Red #AC128F

Tints of Medium Violet Red #AC128F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 51.65%
G = 5.41%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC128F (or 0xAC128F) is known color: Medium Violet Red. HEX triplet: AC, 12 and 8F. RGB value is (172,18,143). Sum of RGB (Red+Green+Blue) = 172+18+143=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC128F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC128F is #53ED70. Grayscale: #4D4D4D. Windows color (decimal): -5500273 or 9376428. OLE color: 9376428.

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

Color convert

RGB 172 18 143 -
CMYK 0 0.90 0.17 0.33
HSL 311.3º 0.81% 0.37% -
HSV(B) 311.3º 0.9% 0.67% -
XYZ 22.19 11.19 26.98 -
YUV 78.3 164.52 194.84 -
System Red Green Blue C M Y K H S L
Decimal 172 18 143 0 0.90 0.17 0.33 311.3 0.81 0.37
Hex AC 12 8F 0 5A 11 21 137 51 25
Octal 254 22 217 0 132 21 41 467 121 45
Binary 10101100 10010 10001111 0 1011010 10001 100001 100110111 1010001 100101

Color Harmonies of #AC128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC128F

Black with #AC128F

Text Example


Text Example

White with #AC128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC128F; }

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

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

background-color css

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

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

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

border-color css

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

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

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