Html Css Color HEX #AC0184 Medium Violet Red

📋 copy color: '#AC0184'

red 172 ◦ green 1 ◦ blue 132

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

Shades of Medium Violet Red #AC0184

Tints of Medium Violet Red #AC0184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 56.39%
G = 0.33%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC0184 (or 0xAC0184) is known color: Medium Violet Red. HEX triplet: AC, 01 and 84. RGB value is (172,1,132). Sum of RGB (Red+Green+Blue) = 172+1+132=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0184 is #53FE7B. Grayscale: #424242. Windows color (decimal): -5504636 or 8651180. OLE color: 8651180.

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

Color convert

RGB 172 1 132 -
CMYK 0 0.99 0.23 0.33
HSL 314.04º 0.99% 0.34% -
HSV(B) 314.04º 0.99% 0.67% -
XYZ 21.19 10.46 22.73 -
YUV 67.06 164.65 202.85 -
System Red Green Blue C M Y K H S L
Decimal 172 1 132 0 0.99 0.23 0.33 314.04 0.99 0.34
Hex AC 1 84 0 63 17 21 13A 63 22
Octal 254 1 204 0 143 27 41 472 143 42
Binary 10101100 1 10000100 0 1100011 10111 100001 100111010 1100011 100010

Color Harmonies of #AC0184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0184

Black with #AC0184

Text Example


Text Example

White with #AC0184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0184; }

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

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

background-color css

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

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

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

border-color css

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

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

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