Html Css Color HEX #AC0C8D Medium Violet Red

📋 copy color: '#AC0C8D'

red 172 ◦ green 12 ◦ blue 141

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

Shades of Medium Violet Red #AC0C8D

Tints of Medium Violet Red #AC0C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 52.92%
G = 3.69%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC0C8D (or 0xAC0C8D) is known color: Medium Violet Red. HEX triplet: AC, 0C and 8D. RGB value is (172,12,141). Sum of RGB (Red+Green+Blue) = 172+12+141=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0C8D is #53F372. Grayscale: #4A4A4A. Windows color (decimal): -5501811 or 9243820. OLE color: 9243820.

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

Color convert

RGB 172 12 141 -
CMYK 0 0.93 0.18 0.33
HSL 311.63º 0.87% 0.36% -
HSV(B) 311.63º 0.93% 0.67% -
XYZ 21.95 10.96 26.16 -
YUV 74.55 165.51 197.51 -
System Red Green Blue C M Y K H S L
Decimal 172 12 141 0 0.93 0.18 0.33 311.63 0.87 0.36
Hex AC C 8D 0 5D 12 21 138 57 24
Octal 254 14 215 0 135 22 41 470 127 44
Binary 10101100 1100 10001101 0 1011101 10010 100001 100111000 1010111 100100

Color Harmonies of #AC0C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C8D

Black with #AC0C8D

Text Example


Text Example

White with #AC0C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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