Html Css Color HEX #AC0D8D Medium Violet Red

📋 copy color: '#AC0D8D'

red 172 ◦ green 13 ◦ blue 141

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

Shades of Medium Violet Red #AC0D8D

Tints of Medium Violet Red #AC0D8D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.99%

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

R = 52.76%
G = 3.99%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC0D8D (or 0xAC0D8D) is known color: Medium Violet Red. HEX triplet: AC, 0D and 8D. RGB value is (172,13,141). Sum of RGB (Red+Green+Blue) = 172+13+141=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0D8D is #53F272. Grayscale: #4A4A4A. Windows color (decimal): -5501555 or 9244076. OLE color: 9244076.

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

Color convert

RGB 172 13 141 -
CMYK 0 0.92 0.18 0.33
HSL 311.7º 0.86% 0.36% -
HSV(B) 311.7º 0.92% 0.67% -
XYZ 21.96 10.98 26.16 -
YUV 75.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 172 13 141 0 0.92 0.18 0.33 311.7 0.86 0.36
Hex AC D 8D 0 5C 12 21 138 56 24
Octal 254 15 215 0 134 22 41 470 126 44
Binary 10101100 1101 10001101 0 1011100 10010 100001 100111000 1010110 100100

Color Harmonies of #AC0D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D8D

Black with #AC0D8D

Text Example


Text Example

White with #AC0D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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