Html Css Color HEX #AC0C7D Medium Violet Red

📋 copy color: '#AC0C7D'

red 172 ◦ green 12 ◦ blue 125

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

Shades of Medium Violet Red #AC0C7D

Tints of Medium Violet Red #AC0C7D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.88%

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

R = 55.66%
G = 3.88%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC0C7D (or 0xAC0C7D) is known color: Medium Violet Red. HEX triplet: AC, 0C and 7D. RGB value is (172,12,125). Sum of RGB (Red+Green+Blue) = 172+12+125=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C7D is #53F382. Grayscale: #484848. Windows color (decimal): -5501827 or 8195244. OLE color: 8195244.

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

Color convert

RGB 172 12 125 -
CMYK 0 0.93 0.27 0.33
HSL 317.63º 0.87% 0.36% -
HSV(B) 317.63º 0.93% 0.67% -
XYZ 20.85 10.51 20.33 -
YUV 72.72 157.51 198.81 -
System Red Green Blue C M Y K H S L
Decimal 172 12 125 0 0.93 0.27 0.33 317.63 0.87 0.36
Hex AC C 7D 0 5D 1B 21 13E 57 24
Octal 254 14 175 0 135 33 41 476 127 44
Binary 10101100 1100 1111101 0 1011101 11011 100001 100111110 1010111 100100

Color Harmonies of #AC0C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C7D

Black with #AC0C7D

Text Example


Text Example

White with #AC0C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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