Html Css Color HEX #AC058C Medium Violet Red

📋 copy color: '#AC058C'

red 172 ◦ green 5 ◦ blue 140

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

Shades of Medium Violet Red #AC058C

Tints of Medium Violet Red #AC058C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

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

R = 54.26%
G = 1.58%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC058C (or 0xAC058C) is known color: Medium Violet Red. HEX triplet: AC, 05 and 8C. RGB value is (172,5,140). Sum of RGB (Red+Green+Blue) = 172+5+140=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC058C is #53FA73. Grayscale: #454545. Windows color (decimal): -5503604 or 9176492. OLE color: 9176492.

HSL color Cylindrical-coordinate representation of color #AC058C: hue angle of 311.5º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC058C is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 5 140 -
CMYK 0 0.97 0.19 0.33
HSL 311.5º 0.94% 0.35% -
HSV(B) 311.5º 0.97% 0.67% -
XYZ 21.8 10.77 25.74 -
YUV 70.32 167.33 200.52 -
System Red Green Blue C M Y K H S L
Decimal 172 5 140 0 0.97 0.19 0.33 311.5 0.94 0.35
Hex AC 5 8C 0 61 13 21 137 5E 23
Octal 254 5 214 0 141 23 41 467 136 43
Binary 10101100 101 10001100 0 1100001 10011 100001 100110111 1011110 100011

Color Harmonies of #AC058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC058C

Black with #AC058C

Text Example


Text Example

White with #AC058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC058C; }

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

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

background-color css

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

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

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

border-color css

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

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

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