Html Css Color HEX #AC1A81 Medium Violet Red

📋 copy color: '#AC1A81'

red 172 ◦ green 26 ◦ blue 129

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

Shades of Medium Violet Red #AC1A81

Tints of Medium Violet Red #AC1A81

RGB

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

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

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

R = 52.6%
G = 7.95%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC1A81 (or 0xAC1A81) is known color: Medium Violet Red. HEX triplet: AC, 1A and 81. RGB value is (172,26,129). Sum of RGB (Red+Green+Blue) = 172+26+129=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1A81 is #53E57E. Grayscale: #515151. Windows color (decimal): -5498239 or 8460972. OLE color: 8460972.

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

Color convert

RGB 172 26 129 -
CMYK 0 0.85 0.25 0.33
HSL 317.67º 0.74% 0.39% -
HSV(B) 317.67º 0.85% 0.67% -
XYZ 21.35 11.09 21.79 -
YUV 81.4 154.87 192.62 -
System Red Green Blue C M Y K H S L
Decimal 172 26 129 0 0.85 0.25 0.33 317.67 0.74 0.39
Hex AC 1A 81 0 55 19 21 13E 4A 27
Octal 254 32 201 0 125 31 41 476 112 47
Binary 10101100 11010 10000001 0 1010101 11001 100001 100111110 1001010 100111

Color Harmonies of #AC1A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A81

Black with #AC1A81

Text Example


Text Example

White with #AC1A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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