Html Css Color HEX #AC1987 Medium Violet Red

📋 copy color: '#AC1987'

red 172 ◦ green 25 ◦ blue 135

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

Shades of Medium Violet Red #AC1987

Tints of Medium Violet Red #AC1987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.53%

 BLUE value IS 135 (53.13% from 255) = 40.66%

R = 51.81%
G = 7.53%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC1987 (or 0xAC1987) is known color: Medium Violet Red. HEX triplet: AC, 19 and 87. RGB value is (172,25,135). Sum of RGB (Red+Green+Blue) = 172+25+135=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1987 is #53E678. Grayscale: #515151. Windows color (decimal): -5498489 or 8853932. OLE color: 8853932.

HSL color Cylindrical-coordinate representation of color #AC1987: hue angle of 315.1º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1987 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 25 135 -
CMYK 0 0.85 0.22 0.33
HSL 315.1º 0.75% 0.39% -
HSV(B) 315.1º 0.85% 0.67% -
XYZ 21.73 11.22 23.94 -
YUV 81.49 158.2 192.56 -
System Red Green Blue C M Y K H S L
Decimal 172 25 135 0 0.85 0.22 0.33 315.1 0.75 0.39
Hex AC 19 87 0 55 16 21 13B 4B 27
Octal 254 31 207 0 125 26 41 473 113 47
Binary 10101100 11001 10000111 0 1010101 10110 100001 100111011 1001011 100111

Color Harmonies of #AC1987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1987

Black with #AC1987

Text Example


Text Example

White with #AC1987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1987; }

 p { color: rgb(172,25,135); }

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

background-color css

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

 a { background-color: rgb(172,25,135); }

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

border-color css

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

 span { border-color: rgb(172,25,135); }

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