Html Css Color HEX #AC0084 Medium Violet Red

📋 copy color: '#AC0084'

red 172 ◦ green 0 ◦ blue 132

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

Shades of Medium Violet Red #AC0084

Tints of Medium Violet Red #AC0084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.58%
G = 0%
B = 43.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC0084 (or 0xAC0084) is known color: Medium Violet Red. HEX triplet: AC, 00 and 84. RGB value is (172,0,132). Sum of RGB (Red+Green+Blue) = 172+0+132=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0084 is #53FF7B. Grayscale: #424242. Windows color (decimal): -5504892 or 8650924. OLE color: 8650924.

HSL color Cylindrical-coordinate representation of color #AC0084: hue angle of 313.95º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0084 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 0 132 -
CMYK 0 1 0.23 0.33
HSL 313.95º 1% 0.34% -
HSV(B) 313.95º 1% 0.67% -
XYZ 21.18 10.44 22.73 -
YUV 66.48 164.98 203.27 -
System Red Green Blue C M Y K H S L
Decimal 172 0 132 0 1 0.23 0.33 313.95 1 0.34
Hex AC 0 84 0 64 17 21 13A 64 22
Octal 254 0 204 0 144 27 41 472 144 42
Binary 10101100 0 10000100 0 1100100 10111 100001 100111010 1100100 100010

Color Harmonies of #AC0084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0084

Black with #AC0084

Text Example


Text Example

White with #AC0084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0084; }

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

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

background-color css

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

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

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

border-color css

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

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

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