Html Css Color HEX #AC1FA0 Medium Red Violet

📋 copy color: '#AC1FA0'

red 172 ◦ green 31 ◦ blue 160

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

Shades of Medium Red Violet #AC1FA0

Tints of Medium Red Violet #AC1FA0

RGB

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

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

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

R = 47.38%
G = 8.54%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC1FA0 (or 0xAC1FA0) is known color: Medium Red Violet. HEX triplet: AC, 1F and A0. RGB value is (172,31,160). Sum of RGB (Red+Green+Blue) = 172+31+160=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1FA0 is #53E05F. Grayscale: #575757. Windows color (decimal): -5496928 or 10493868. OLE color: 10493868.

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

Color convert

RGB 172 31 160 -
CMYK 0 0.82 0.07 0.33
HSL 305.11º 0.69% 0.4% -
HSV(B) 305.11º 0.82% 0.67% -
XYZ 23.85 12.29 34.37 -
YUV 87.87 168.71 188.01 -
System Red Green Blue C M Y K H S L
Decimal 172 31 160 0 0.82 0.07 0.33 305.11 0.69 0.4
Hex AC 1F A0 0 52 7 21 131 45 28
Octal 254 37 240 0 122 7 41 461 105 50
Binary 10101100 11111 10100000 0 1010010 111 100001 100110001 1000101 101000

Color Harmonies of #AC1FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FA0

Black with #AC1FA0

Text Example


Text Example

White with #AC1FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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