Html Css Color HEX #AC1080 Medium Violet Red

📋 copy color: '#AC1080'

red 172 ◦ green 16 ◦ blue 128

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

Shades of Medium Violet Red #AC1080

Tints of Medium Violet Red #AC1080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.06%

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

R = 54.43%
G = 5.06%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC1080 (or 0xAC1080) is known color: Medium Violet Red. HEX triplet: AC, 10 and 80. RGB value is (172,16,128). Sum of RGB (Red+Green+Blue) = 172+16+128=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1080 is #53EF7F. Grayscale: #4B4B4B. Windows color (decimal): -5500800 or 8392876. OLE color: 8392876.

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

Color convert

RGB 172 16 128 -
CMYK 0 0.91 0.26 0.33
HSL 316.92º 0.83% 0.37% -
HSV(B) 316.92º 0.91% 0.67% -
XYZ 21.09 10.7 21.38 -
YUV 75.41 157.68 196.89 -
System Red Green Blue C M Y K H S L
Decimal 172 16 128 0 0.91 0.26 0.33 316.92 0.83 0.37
Hex AC 10 80 0 5B 1A 21 13D 53 25
Octal 254 20 200 0 133 32 41 475 123 45
Binary 10101100 10000 10000000 0 1011011 11010 100001 100111101 1010011 100101

Color Harmonies of #AC1080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1080

Black with #AC1080

Text Example


Text Example

White with #AC1080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1080; }

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

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

background-color css

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

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

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

border-color css

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

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

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