Html Css Color HEX #AC128D Medium Violet Red

📋 copy color: '#AC128D'

red 172 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #AC128D

Tints of Medium Violet Red #AC128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 51.96%
G = 5.44%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC128D (or 0xAC128D) is known color: Medium Violet Red. HEX triplet: AC, 12 and 8D. RGB value is (172,18,141). Sum of RGB (Red+Green+Blue) = 172+18+141=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC128D is #53ED72. Grayscale: #4D4D4D. Windows color (decimal): -5500275 or 9245356. OLE color: 9245356.

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

Color convert

RGB 172 18 141 -
CMYK 0 0.90 0.18 0.33
HSL 312.08º 0.81% 0.37% -
HSV(B) 312.08º 0.9% 0.67% -
XYZ 22.04 11.13 26.19 -
YUV 78.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 172 18 141 0 0.90 0.18 0.33 312.08 0.81 0.37
Hex AC 12 8D 0 5A 12 21 138 51 25
Octal 254 22 215 0 132 22 41 470 121 45
Binary 10101100 10010 10001101 0 1011010 10010 100001 100111000 1010001 100101

Color Harmonies of #AC128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC128D

Black with #AC128D

Text Example


Text Example

White with #AC128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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