Html Css Color HEX #AC1796 Medium Violet Red

📋 copy color: '#AC1796'

red 172 ◦ green 23 ◦ blue 150

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

Shades of Medium Violet Red #AC1796

Tints of Medium Violet Red #AC1796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.48%

R = 49.86%
G = 6.67%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC1796 (or 0xAC1796) is known color: Medium Violet Red. HEX triplet: AC, 17 and 96. RGB value is (172,23,150). Sum of RGB (Red+Green+Blue) = 172+23+150=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1796 is #53E869. Grayscale: #515151. Windows color (decimal): -5498986 or 9836460. OLE color: 9836460.

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

Color convert

RGB 172 23 150 -
CMYK 0 0.87 0.13 0.33
HSL 308.86º 0.76% 0.38% -
HSV(B) 308.86º 0.87% 0.67% -
XYZ 22.82 11.59 29.89 -
YUV 82.03 166.36 192.17 -
System Red Green Blue C M Y K H S L
Decimal 172 23 150 0 0.87 0.13 0.33 308.86 0.76 0.38
Hex AC 17 96 0 57 D 21 135 4C 26
Octal 254 27 226 0 127 15 41 465 114 46
Binary 10101100 10111 10010110 0 1010111 1101 100001 100110101 1001100 100110

Color Harmonies of #AC1796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1796

Black with #AC1796

Text Example


Text Example

White with #AC1796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1796; }

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

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

background-color css

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

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

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

border-color css

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

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

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