Html Css Color HEX #AC17A0 Medium Violet Red

📋 copy color: '#AC17A0'

red 172 ◦ green 23 ◦ blue 160

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

Shades of Medium Violet Red #AC17A0

Tints of Medium Violet Red #AC17A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.07%

R = 48.45%
G = 6.48%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC17A0 (or 0xAC17A0) is known color: Medium Violet Red. HEX triplet: AC, 17 and A0. RGB value is (172,23,160). Sum of RGB (Red+Green+Blue) = 172+23+160=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC17A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC17A0 is #53E85F. Grayscale: #525252. Windows color (decimal): -5498976 or 10491820. OLE color: 10491820.

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

Color convert

RGB 172 23 160 -
CMYK 0 0.87 0.07 0.33
HSL 304.83º 0.76% 0.38% -
HSV(B) 304.83º 0.87% 0.67% -
XYZ 23.66 11.92 34.31 -
YUV 83.17 171.36 191.36 -
System Red Green Blue C M Y K H S L
Decimal 172 23 160 0 0.87 0.07 0.33 304.83 0.76 0.38
Hex AC 17 A0 0 57 7 21 131 4C 26
Octal 254 27 240 0 127 7 41 461 114 46
Binary 10101100 10111 10100000 0 1010111 111 100001 100110001 1001100 100110

Color Harmonies of #AC17A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC17A0

Black with #AC17A0

Text Example


Text Example

White with #AC17A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC17A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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