Html Css Color HEX #AC3981 Medium Red Violet

📋 copy color: '#AC3981'

red 172 ◦ green 57 ◦ blue 129

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

Shades of Medium Red Violet #AC3981

Tints of Medium Red Violet #AC3981

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.92%

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

R = 48.04%
G = 15.92%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC3981 (or 0xAC3981) is known color: Medium Red Violet. HEX triplet: AC, 39 and 81. RGB value is (172,57,129). Sum of RGB (Red+Green+Blue) = 172+57+129=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3981 is #53C67E. Grayscale: #636363. Windows color (decimal): -5490303 or 8468908. OLE color: 8468908.

HSL color Cylindrical-coordinate representation of color #AC3981: hue angle of 322.43º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC3981 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 57 129 -
CMYK 0 0.67 0.25 0.33
HSL 322.43º 0.5% 0.45% -
HSV(B) 322.43º 0.67% 0.67% -
XYZ 22.44 13.28 22.15 -
YUV 99.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 172 57 129 0 0.67 0.25 0.33 322.43 0.5 0.45
Hex AC 39 81 0 43 19 21 142 32 2D
Octal 254 71 201 0 103 31 41 502 62 55
Binary 10101100 111001 10000001 0 1000011 11001 100001 101000010 110010 101101

Color Harmonies of #AC3981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3981

Black with #AC3981

Text Example


Text Example

White with #AC3981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3981; }

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

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

background-color css

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

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

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

border-color css

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

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

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