#AC1FA6

Color #AC1FA6 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AC1FA6

Tints of Medium Red Violet #AC1FA6

Color information

#AC1FA6 (or 0xAC1FA6) is unknown color: approx Medium Red Violet. HEX triplet: AC, 1F and A6. RGB value is (172,31,166). Sum of RGB (Red+Green+Blue) = 172+31+166=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1FA6 is #53E059. Grayscale: #585858. Windows color (decimal): -5496922 or 10887084. OLE color: 10887084.

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

Color convert

RGB17231166-
CMYK00.820.030.33
HSL302.55º69.46%39.8%-
HSV(B)302.55º81.98%67.45%-
XYZ24.3912.537.2-
YUV88.55171.71187.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.61%
GREEN value IS 31 (12.5% from 255) = 8.40%
BLUE value IS 166 (65.23% from 255) = 44.99%
R=46.61%
G=8.40%
B=44.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723116600.820.030.33302.5569.4639.8
HexAC1FA605232112f4528
Octal25437246012234145710550
Binary10101100111111010011001010010111000011001011111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1FA6; }

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

 H1.HeaderClassName
 {
   color: #AC1FA6;
 }
 .AnyTagClassName
 {
   color: #AC1FA6;
 }
</style>
background-color css

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

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

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

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

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

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