Html Css Color HEX #AC1884 Medium Violet Red

📋 copy color: '#AC1884'

red 172 ◦ green 24 ◦ blue 132

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

Shades of Medium Violet Red #AC1884

Tints of Medium Violet Red #AC1884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.32%

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

R = 52.44%
G = 7.32%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC1884 (or 0xAC1884) is known color: Medium Violet Red. HEX triplet: AC, 18 and 84. RGB value is (172,24,132). Sum of RGB (Red+Green+Blue) = 172+24+132=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1884 is #53E77B. Grayscale: #505050. Windows color (decimal): -5498748 or 8657068. OLE color: 8657068.

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

Color convert

RGB 172 24 132 -
CMYK 0 0.86 0.23 0.33
HSL 316.22º 0.76% 0.38% -
HSV(B) 316.22º 0.86% 0.67% -
XYZ 21.5 11.09 22.84 -
YUV 80.56 157.03 193.22 -
System Red Green Blue C M Y K H S L
Decimal 172 24 132 0 0.86 0.23 0.33 316.22 0.76 0.38
Hex AC 18 84 0 56 17 21 13C 4C 26
Octal 254 30 204 0 126 27 41 474 114 46
Binary 10101100 11000 10000100 0 1010110 10111 100001 100111100 1001100 100110

Color Harmonies of #AC1884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1884

Black with #AC1884

Text Example


Text Example

White with #AC1884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1884; }

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

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

background-color css

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

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

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

border-color css

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

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

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