Html Css Color HEX #AC0C7F Medium Violet Red

📋 copy color: '#AC0C7F'

red 172 ◦ green 12 ◦ blue 127

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

Shades of Medium Violet Red #AC0C7F

Tints of Medium Violet Red #AC0C7F

RGB

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

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

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

R = 55.31%
G = 3.86%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC0C7F (or 0xAC0C7F) is known color: Medium Violet Red. HEX triplet: AC, 0C and 7F. RGB value is (172,12,127). Sum of RGB (Red+Green+Blue) = 172+12+127=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C7F is #53F380. Grayscale: #484848. Windows color (decimal): -5501825 or 8326316. OLE color: 8326316.

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

Color convert

RGB 172 12 127 -
CMYK 0 0.93 0.26 0.33
HSL 316.88º 0.87% 0.36% -
HSV(B) 316.88º 0.93% 0.67% -
XYZ 20.98 10.57 21.01 -
YUV 72.95 158.51 198.65 -
System Red Green Blue C M Y K H S L
Decimal 172 12 127 0 0.93 0.26 0.33 316.88 0.87 0.36
Hex AC C 7F 0 5D 1A 21 13D 57 24
Octal 254 14 177 0 135 32 41 475 127 44
Binary 10101100 1100 1111111 0 1011101 11010 100001 100111101 1010111 100100

Color Harmonies of #AC0C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C7F

Black with #AC0C7F

Text Example


Text Example

White with #AC0C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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