Html Css Color HEX #AC0584 Medium Violet Red

📋 copy color: '#AC0584'

red 172 ◦ green 5 ◦ blue 132

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

Shades of Medium Violet Red #AC0584

Tints of Medium Violet Red #AC0584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.72%

R = 55.66%
G = 1.62%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC0584 (or 0xAC0584) is known color: Medium Violet Red. HEX triplet: AC, 05 and 84. RGB value is (172,5,132). Sum of RGB (Red+Green+Blue) = 172+5+132=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0584 is #53FA7B. Grayscale: #454545. Windows color (decimal): -5503612 or 8652204. OLE color: 8652204.

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

Color convert

RGB 172 5 132 -
CMYK 0 0.97 0.23 0.33
HSL 314.37º 0.94% 0.35% -
HSV(B) 314.37º 0.97% 0.67% -
XYZ 21.23 10.55 22.75 -
YUV 69.41 163.33 201.17 -
System Red Green Blue C M Y K H S L
Decimal 172 5 132 0 0.97 0.23 0.33 314.37 0.94 0.35
Hex AC 5 84 0 61 17 21 13A 5E 23
Octal 254 5 204 0 141 27 41 472 136 43
Binary 10101100 101 10000100 0 1100001 10111 100001 100111010 1011110 100011

Color Harmonies of #AC0584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0584

Black with #AC0584

Text Example


Text Example

White with #AC0584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0584; }

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

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

background-color css

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

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

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

border-color css

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

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

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