Html Css Color HEX #AC1180 Medium Violet Red

📋 copy color: '#AC1180'

red 172 ◦ green 17 ◦ blue 128

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

Shades of Medium Violet Red #AC1180

Tints of Medium Violet Red #AC1180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.36%

 BLUE value IS 128 (50.39% from 255) = 40.38%

R = 54.26%
G = 5.36%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC1180 (or 0xAC1180) is known color: Medium Violet Red. HEX triplet: AC, 11 and 80. RGB value is (172,17,128). Sum of RGB (Red+Green+Blue) = 172+17+128=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1180 is #53EE7F. Grayscale: #4B4B4B. Windows color (decimal): -5500544 or 8393132. OLE color: 8393132.

HSL color Cylindrical-coordinate representation of color #AC1180: hue angle of 317.03º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1180 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 128 -
CMYK 0 0.90 0.26 0.33
HSL 317.03º 0.82% 0.37% -
HSV(B) 317.03º 0.9% 0.67% -
XYZ 21.11 10.73 21.38 -
YUV 76 157.35 196.47 -
System Red Green Blue C M Y K H S L
Decimal 172 17 128 0 0.90 0.26 0.33 317.03 0.82 0.37
Hex AC 11 80 0 5A 1A 21 13D 52 25
Octal 254 21 200 0 132 32 41 475 122 45
Binary 10101100 10001 10000000 0 1011010 11010 100001 100111101 1010010 100101

Color Harmonies of #AC1180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1180

Black with #AC1180

Text Example


Text Example

White with #AC1180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1180; }

 p { color: rgb(172,17,128); }

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

background-color css

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

 a { background-color: rgb(172,17,128); }

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

border-color css

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

 span { border-color: rgb(172,17,128); }

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