Html Css Color HEX #AC058B Medium Violet Red

📋 copy color: '#AC058B'

red 172 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #AC058B

Tints of Medium Violet Red #AC058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.99%

R = 54.43%
G = 1.58%
B = 43.99%

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

#AC058B (or 0xAC058B) is known color: Medium Violet Red. HEX triplet: AC, 05 and 8B. RGB value is (172,5,139). Sum of RGB (Red+Green+Blue) = 172+5+139=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC058B is #53FA74. Grayscale: #454545. Windows color (decimal): -5503605 or 9110956. OLE color: 9110956.

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

Color convert

RGB 172 5 139 -
CMYK 0 0.97 0.19 0.33
HSL 311.86º 0.94% 0.35% -
HSV(B) 311.86º 0.97% 0.67% -
XYZ 21.73 10.74 25.35 -
YUV 70.21 166.83 200.6 -
System Red Green Blue C M Y K H S L
Decimal 172 5 139 0 0.97 0.19 0.33 311.86 0.94 0.35
Hex AC 5 8B 0 61 13 21 138 5E 23
Octal 254 5 213 0 141 23 41 470 136 43
Binary 10101100 101 10001011 0 1100001 10011 100001 100111000 1011110 100011

Color Harmonies of #AC058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC058B

Black with #AC058B

Text Example


Text Example

White with #AC058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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