Html Css Color HEX #AC1386 Medium Violet Red

📋 copy color: '#AC1386'

red 172 ◦ green 19 ◦ blue 134

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

Shades of Medium Violet Red #AC1386

Tints of Medium Violet Red #AC1386

RGB

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

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

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

R = 52.92%
G = 5.85%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC1386 (or 0xAC1386) is known color: Medium Violet Red. HEX triplet: AC, 13 and 86. RGB value is (172,19,134). Sum of RGB (Red+Green+Blue) = 172+19+134=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1386 is #53EC79. Grayscale: #4D4D4D. Windows color (decimal): -5500026 or 8786860. OLE color: 8786860.

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

Color convert

RGB 172 19 134 -
CMYK 0 0.89 0.22 0.33
HSL 314.9º 0.8% 0.37% -
HSV(B) 314.9º 0.89% 0.67% -
XYZ 21.55 10.96 23.53 -
YUV 77.86 159.69 195.15 -
System Red Green Blue C M Y K H S L
Decimal 172 19 134 0 0.89 0.22 0.33 314.9 0.8 0.37
Hex AC 13 86 0 59 16 21 13B 50 25
Octal 254 23 206 0 131 26 41 473 120 45
Binary 10101100 10011 10000110 0 1011001 10110 100001 100111011 1010000 100101

Color Harmonies of #AC1386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1386

Black with #AC1386

Text Example


Text Example

White with #AC1386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1386; }

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

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

background-color css

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

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

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

border-color css

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

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

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