Html Css Color HEX #AC1F80 Medium Red Violet

📋 copy color: '#AC1F80'

red 172 ◦ green 31 ◦ blue 128

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

Shades of Medium Red Violet #AC1F80

Tints of Medium Red Violet #AC1F80

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.37%

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

R = 51.96%
G = 9.37%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC1F80 (or 0xAC1F80) is known color: Medium Red Violet. HEX triplet: AC, 1F and 80. RGB value is (172,31,128). Sum of RGB (Red+Green+Blue) = 172+31+128=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1F80 is #53E07F. Grayscale: #535353. Windows color (decimal): -5496960 or 8396716. OLE color: 8396716.

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

Color convert

RGB 172 31 128 -
CMYK 0 0.82 0.26 0.33
HSL 318.72º 0.69% 0.4% -
HSV(B) 318.72º 0.82% 0.67% -
XYZ 21.4 11.31 21.48 -
YUV 84.22 152.71 190.61 -
System Red Green Blue C M Y K H S L
Decimal 172 31 128 0 0.82 0.26 0.33 318.72 0.69 0.4
Hex AC 1F 80 0 52 1A 21 13F 45 28
Octal 254 37 200 0 122 32 41 477 105 50
Binary 10101100 11111 10000000 0 1010010 11010 100001 100111111 1000101 101000

Color Harmonies of #AC1F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F80

Black with #AC1F80

Text Example


Text Example

White with #AC1F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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