Html Css Color HEX #AC188D Medium Violet Red

📋 copy color: '#AC188D'

red 172 ◦ green 24 ◦ blue 141

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

Shades of Medium Violet Red #AC188D

Tints of Medium Violet Red #AC188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.12%

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

R = 51.04%
G = 7.12%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC188D (or 0xAC188D) is known color: Medium Violet Red. HEX triplet: AC, 18 and 8D. RGB value is (172,24,141). Sum of RGB (Red+Green+Blue) = 172+24+141=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC188D is #53E772. Grayscale: #515151. Windows color (decimal): -5498739 or 9246892. OLE color: 9246892.

HSL color Cylindrical-coordinate representation of color #AC188D: hue angle of 312.57º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC188D is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 24 141 -
CMYK 0 0.86 0.18 0.33
HSL 312.57º 0.76% 0.38% -
HSV(B) 312.57º 0.86% 0.67% -
XYZ 22.15 11.35 26.22 -
YUV 81.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 172 24 141 0 0.86 0.18 0.33 312.57 0.76 0.38
Hex AC 18 8D 0 56 12 21 139 4C 26
Octal 254 30 215 0 126 22 41 471 114 46
Binary 10101100 11000 10001101 0 1010110 10010 100001 100111001 1001100 100110

Color Harmonies of #AC188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC188D

Black with #AC188D

Text Example


Text Example

White with #AC188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC188D; }

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

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

background-color css

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

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

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

border-color css

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

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

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