Html Css Color HEX #AC1686 Medium Violet Red

📋 copy color: '#AC1686'

red 172 ◦ green 22 ◦ blue 134

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

Shades of Medium Violet Red #AC1686

Tints of Medium Violet Red #AC1686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.71%

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

R = 52.44%
G = 6.71%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC1686 (or 0xAC1686) is known color: Medium Violet Red. HEX triplet: AC, 16 and 86. RGB value is (172,22,134). Sum of RGB (Red+Green+Blue) = 172+22+134=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1686 is #53E979. Grayscale: #4F4F4F. Windows color (decimal): -5499258 or 8787628. OLE color: 8787628.

HSL color Cylindrical-coordinate representation of color #AC1686: hue angle of 315.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1686 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 22 134 -
CMYK 0 0.87 0.22 0.33
HSL 315.2º 0.77% 0.38% -
HSV(B) 315.2º 0.87% 0.67% -
XYZ 21.6 11.07 23.55 -
YUV 79.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 172 22 134 0 0.87 0.22 0.33 315.2 0.77 0.38
Hex AC 16 86 0 57 16 21 13B 4D 26
Octal 254 26 206 0 127 26 41 473 115 46
Binary 10101100 10110 10000110 0 1010111 10110 100001 100111011 1001101 100110

Color Harmonies of #AC1686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1686

Black with #AC1686

Text Example


Text Example

White with #AC1686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1686; }

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

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

background-color css

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

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

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

border-color css

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

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

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