Html Css Color HEX #AC1785 Medium Violet Red

📋 copy color: '#AC1785'

red 172 ◦ green 23 ◦ blue 133

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

Shades of Medium Violet Red #AC1785

Tints of Medium Violet Red #AC1785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.01%

 BLUE value IS 133 (52.34% from 255) = 40.55%

R = 52.44%
G = 7.01%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC1785 (or 0xAC1785) is known color: Medium Violet Red. HEX triplet: AC, 17 and 85. RGB value is (172,23,133). Sum of RGB (Red+Green+Blue) = 172+23+133=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1785 is #53E87A. Grayscale: #4F4F4F. Windows color (decimal): -5499003 or 8722348. OLE color: 8722348.

HSL color Cylindrical-coordinate representation of color #AC1785: hue angle of 315.7º degrees, saturation: 0.76, 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 #AC1785 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 23 133 -
CMYK 0 0.87 0.23 0.33
HSL 315.7º 0.76% 0.38% -
HSV(B) 315.7º 0.87% 0.67% -
XYZ 21.55 11.08 23.19 -
YUV 80.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 172 23 133 0 0.87 0.23 0.33 315.7 0.76 0.38
Hex AC 17 85 0 57 17 21 13C 4C 26
Octal 254 27 205 0 127 27 41 474 114 46
Binary 10101100 10111 10000101 0 1010111 10111 100001 100111100 1001100 100110

Color Harmonies of #AC1785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1785

Black with #AC1785

Text Example


Text Example

White with #AC1785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1785; }

 p { color: rgb(172,23,133); }

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

background-color css

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

 a { background-color: rgb(172,23,133); }

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

border-color css

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

 span { border-color: rgb(172,23,133); }

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