Html Css Color HEX #AC0C8C Medium Violet Red

📋 copy color: '#AC0C8C'

red 172 ◦ green 12 ◦ blue 140

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

Shades of Medium Violet Red #AC0C8C

Tints of Medium Violet Red #AC0C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.21%

R = 53.09%
G = 3.7%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC0C8C (or 0xAC0C8C) is known color: Medium Violet Red. HEX triplet: AC, 0C and 8C. RGB value is (172,12,140). Sum of RGB (Red+Green+Blue) = 172+12+140=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0C8C is #53F373. Grayscale: #4A4A4A. Windows color (decimal): -5501812 or 9178284. OLE color: 9178284.

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

Color convert

RGB 172 12 140 -
CMYK 0 0.93 0.19 0.33
HSL 312º 0.87% 0.36% -
HSV(B) 312º 0.93% 0.67% -
XYZ 21.88 10.93 25.77 -
YUV 74.43 165.01 197.59 -
System Red Green Blue C M Y K H S L
Decimal 172 12 140 0 0.93 0.19 0.33 312 0.87 0.36
Hex AC C 8C 0 5D 13 21 138 57 24
Octal 254 14 214 0 135 23 41 470 127 44
Binary 10101100 1100 10001100 0 1011101 10011 100001 100111000 1010111 100100

Color Harmonies of #AC0C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C8C

Black with #AC0C8C

Text Example


Text Example

White with #AC0C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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