Html Css Color HEX #AC0D7F Medium Violet Red

📋 copy color: '#AC0D7F'

red 172 ◦ green 13 ◦ blue 127

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

Shades of Medium Violet Red #AC0D7F

Tints of Medium Violet Red #AC0D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.71%

R = 55.13%
G = 4.17%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC0D7F (or 0xAC0D7F) is known color: Medium Violet Red. HEX triplet: AC, 0D and 7F. RGB value is (172,13,127). Sum of RGB (Red+Green+Blue) = 172+13+127=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D7F is #53F280. Grayscale: #494949. Windows color (decimal): -5501569 or 8326572. OLE color: 8326572.

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

Color convert

RGB 172 13 127 -
CMYK 0 0.92 0.26 0.33
HSL 316.98º 0.86% 0.36% -
HSV(B) 316.98º 0.92% 0.67% -
XYZ 20.99 10.59 21.02 -
YUV 73.54 158.18 198.23 -
System Red Green Blue C M Y K H S L
Decimal 172 13 127 0 0.92 0.26 0.33 316.98 0.86 0.36
Hex AC D 7F 0 5C 1A 21 13D 56 24
Octal 254 15 177 0 134 32 41 475 126 44
Binary 10101100 1101 1111111 0 1011100 11010 100001 100111101 1010110 100100

Color Harmonies of #AC0D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D7F

Black with #AC0D7F

Text Example


Text Example

White with #AC0D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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