Html Css Color HEX #AC1184 Medium Violet Red

📋 copy color: '#AC1184'

red 172 ◦ green 17 ◦ blue 132

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

Shades of Medium Violet Red #AC1184

Tints of Medium Violet Red #AC1184

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.3%

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

R = 53.58%
G = 5.3%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC1184 (or 0xAC1184) is known color: Medium Violet Red. HEX triplet: AC, 11 and 84. RGB value is (172,17,132). Sum of RGB (Red+Green+Blue) = 172+17+132=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1184 is #53EE7B. Grayscale: #4C4C4C. Windows color (decimal): -5500540 or 8655276. OLE color: 8655276.

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

Color convert

RGB 172 17 132 -
CMYK 0 0.90 0.23 0.33
HSL 315.48º 0.82% 0.37% -
HSV(B) 315.48º 0.9% 0.67% -
XYZ 21.38 10.84 22.79 -
YUV 76.46 159.35 196.15 -
System Red Green Blue C M Y K H S L
Decimal 172 17 132 0 0.90 0.23 0.33 315.48 0.82 0.37
Hex AC 11 84 0 5A 17 21 13B 52 25
Octal 254 21 204 0 132 27 41 473 122 45
Binary 10101100 10001 10000100 0 1011010 10111 100001 100111011 1010010 100101

Color Harmonies of #AC1184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1184

Black with #AC1184

Text Example


Text Example

White with #AC1184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1184; }

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

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

background-color css

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

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

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

border-color css

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

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

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