Html Css Color HEX #AC1A87 Medium Violet Red

📋 copy color: '#AC1A87'

red 172 ◦ green 26 ◦ blue 135

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

Shades of Medium Violet Red #AC1A87

Tints of Medium Violet Red #AC1A87

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.81%

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

R = 51.65%
G = 7.81%
B = 40.54%

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

#AC1A87 (or 0xAC1A87) is known color: Medium Violet Red. HEX triplet: AC, 1A and 87. RGB value is (172,26,135). Sum of RGB (Red+Green+Blue) = 172+26+135=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1A87 is #53E578. Grayscale: #515151. Windows color (decimal): -5498233 or 8854188. OLE color: 8854188.

HSL color Cylindrical-coordinate representation of color #AC1A87: hue angle of 315.21º degrees, saturation: 0.74, 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 #AC1A87 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 26 135 -
CMYK 0 0.85 0.22 0.33
HSL 315.21º 0.74% 0.39% -
HSV(B) 315.21º 0.85% 0.67% -
XYZ 21.76 11.26 23.95 -
YUV 82.08 157.87 192.14 -
System Red Green Blue C M Y K H S L
Decimal 172 26 135 0 0.85 0.22 0.33 315.21 0.74 0.39
Hex AC 1A 87 0 55 16 21 13B 4A 27
Octal 254 32 207 0 125 26 41 473 112 47
Binary 10101100 11010 10000111 0 1010101 10110 100001 100111011 1001010 100111

Color Harmonies of #AC1A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A87

Black with #AC1A87

Text Example


Text Example

White with #AC1A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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