Html Css Color HEX #AC1380 Medium Violet Red

📋 copy color: '#AC1380'

red 172 ◦ green 19 ◦ blue 128

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

Shades of Medium Violet Red #AC1380

Tints of Medium Violet Red #AC1380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.96%

 BLUE value IS 128 (50.39% from 255) = 40.13%

R = 53.92%
G = 5.96%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC1380 (or 0xAC1380) is known color: Medium Violet Red. HEX triplet: AC, 13 and 80. RGB value is (172,19,128). Sum of RGB (Red+Green+Blue) = 172+19+128=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1380 is #53EC7F. Grayscale: #4C4C4C. Windows color (decimal): -5500032 or 8393644. OLE color: 8393644.

HSL color Cylindrical-coordinate representation of color #AC1380: hue angle of 317.25º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1380 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 128 -
CMYK 0 0.89 0.26 0.33
HSL 317.25º 0.8% 0.37% -
HSV(B) 317.25º 0.89% 0.67% -
XYZ 21.14 10.79 21.39 -
YUV 77.17 156.69 195.64 -
System Red Green Blue C M Y K H S L
Decimal 172 19 128 0 0.89 0.26 0.33 317.25 0.8 0.37
Hex AC 13 80 0 59 1A 21 13D 50 25
Octal 254 23 200 0 131 32 41 475 120 45
Binary 10101100 10011 10000000 0 1011001 11010 100001 100111101 1010000 100101

Color Harmonies of #AC1380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1380

Black with #AC1380

Text Example


Text Example

White with #AC1380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1380; }

 p { color: rgb(172,19,128); }

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

background-color css

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

 a { background-color: rgb(172,19,128); }

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

border-color css

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

 span { border-color: rgb(172,19,128); }

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