Html Css Color HEX #AC0D7D Medium Violet Red

📋 copy color: '#AC0D7D'

red 172 ◦ green 13 ◦ blue 125

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

Shades of Medium Violet Red #AC0D7D

Tints of Medium Violet Red #AC0D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 55.48%
G = 4.19%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC0D7D (or 0xAC0D7D) is known color: Medium Violet Red. HEX triplet: AC, 0D and 7D. RGB value is (172,13,125). Sum of RGB (Red+Green+Blue) = 172+13+125=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D7D is #53F282. Grayscale: #494949. Windows color (decimal): -5501571 or 8195500. OLE color: 8195500.

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

Color convert

RGB 172 13 125 -
CMYK 0 0.92 0.27 0.33
HSL 317.74º 0.86% 0.36% -
HSV(B) 317.74º 0.92% 0.67% -
XYZ 20.86 10.54 20.34 -
YUV 73.31 157.18 198.39 -
System Red Green Blue C M Y K H S L
Decimal 172 13 125 0 0.92 0.27 0.33 317.74 0.86 0.36
Hex AC D 7D 0 5C 1B 21 13E 56 24
Octal 254 15 175 0 134 33 41 476 126 44
Binary 10101100 1101 1111101 0 1011100 11011 100001 100111110 1010110 100100

Color Harmonies of #AC0D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D7D

Black with #AC0D7D

Text Example


Text Example

White with #AC0D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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