Html Css Color HEX #AC0D8A Medium Violet Red

📋 copy color: '#AC0D8A'

red 172 ◦ green 13 ◦ blue 138

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

Shades of Medium Violet Red #AC0D8A

Tints of Medium Violet Red #AC0D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.72%

R = 53.25%
G = 4.02%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC0D8A (or 0xAC0D8A) is known color: Medium Violet Red. HEX triplet: AC, 0D and 8A. RGB value is (172,13,138). Sum of RGB (Red+Green+Blue) = 172+13+138=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0D8A is #53F275. Grayscale: #4A4A4A. Windows color (decimal): -5501558 or 9047468. OLE color: 9047468.

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

Color convert

RGB 172 13 138 -
CMYK 0 0.92 0.20 0.33
HSL 312.83º 0.86% 0.36% -
HSV(B) 312.83º 0.92% 0.67% -
XYZ 21.74 10.89 25 -
YUV 74.79 163.68 197.34 -
System Red Green Blue C M Y K H S L
Decimal 172 13 138 0 0.92 0.20 0.33 312.83 0.86 0.36
Hex AC D 8A 0 5C 14 21 139 56 24
Octal 254 15 212 0 134 24 41 471 126 44
Binary 10101100 1101 10001010 0 1011100 10100 100001 100111001 1010110 100100

Color Harmonies of #AC0D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D8A

Black with #AC0D8A

Text Example


Text Example

White with #AC0D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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