Html Css Color HEX #AC1381 Medium Violet Red

📋 copy color: '#AC1381'

red 172 ◦ green 19 ◦ blue 129

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

Shades of Medium Violet Red #AC1381

Tints of Medium Violet Red #AC1381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.31%

R = 53.75%
G = 5.94%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC1381 (or 0xAC1381) is known color: Medium Violet Red. HEX triplet: AC, 13 and 81. RGB value is (172,19,129). Sum of RGB (Red+Green+Blue) = 172+19+129=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1381 is #53EC7E. Grayscale: #4D4D4D. Windows color (decimal): -5500031 or 8459180. OLE color: 8459180.

HSL color Cylindrical-coordinate representation of color #AC1381: hue angle of 316.86º 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 #AC1381 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 129 -
CMYK 0 0.89 0.25 0.33
HSL 316.86º 0.8% 0.37% -
HSV(B) 316.86º 0.89% 0.67% -
XYZ 21.21 10.82 21.74 -
YUV 77.29 157.19 195.56 -
System Red Green Blue C M Y K H S L
Decimal 172 19 129 0 0.89 0.25 0.33 316.86 0.8 0.37
Hex AC 13 81 0 59 19 21 13D 50 25
Octal 254 23 201 0 131 31 41 475 120 45
Binary 10101100 10011 10000001 0 1011001 11001 100001 100111101 1010000 100101

Color Harmonies of #AC1381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1381

Black with #AC1381

Text Example


Text Example

White with #AC1381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1381; }

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

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

background-color css

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

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

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

border-color css

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

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

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