Html Css Color HEX #AC3986 Medium Red Violet

📋 copy color: '#AC3986'

red 172 ◦ green 57 ◦ blue 134

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

Shades of Medium Red Violet #AC3986

Tints of Medium Red Violet #AC3986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.91%

R = 47.38%
G = 15.7%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC3986 (or 0xAC3986) is known color: Medium Red Violet. HEX triplet: AC, 39 and 86. RGB value is (172,57,134). Sum of RGB (Red+Green+Blue) = 172+57+134=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3986 is #53C679. Grayscale: #636363. Windows color (decimal): -5490298 or 8796588. OLE color: 8796588.

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

Color convert

RGB 172 57 134 -
CMYK 0 0.67 0.22 0.33
HSL 319.83º 0.5% 0.45% -
HSV(B) 319.83º 0.67% 0.67% -
XYZ 22.78 13.42 23.94 -
YUV 100.16 147.1 179.24 -
System Red Green Blue C M Y K H S L
Decimal 172 57 134 0 0.67 0.22 0.33 319.83 0.5 0.45
Hex AC 39 86 0 43 16 21 140 32 2D
Octal 254 71 206 0 103 26 41 500 62 55
Binary 10101100 111001 10000110 0 1000011 10110 100001 101000000 110010 101101

Color Harmonies of #AC3986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3986

Black with #AC3986

Text Example


Text Example

White with #AC3986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3986; }

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

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

background-color css

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

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

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

border-color css

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

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

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