Shades of Dark Orchid #AC1FAC
Tints of Dark Orchid #AC1FAC
RGB
CMYK
RGB Variations
Color information
#AC1FAC (or 0xAC1FAC) is known color: Dark Orchid. HEX triplet: AC, 1F and AC. RGB value is (172,31,172). Sum of RGB (Red+Green+Blue) = 172+31+172=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC1FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1FAC is #53E053. Grayscale: #585858. Windows color (decimal): -5496916 or 11280300. OLE color: 11280300.
HSL color Cylindrical-coordinate representation of color #AC1FAC: hue angle of 300º 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 #AC1FAC is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 31 | 172 | - |
CMYK | 0 | 0.82 | 0 | 0.33 |
HSL | 300º | 0.69% | 0.4% | - |
HSV(B) | 300º | 0.82% | 0.67% | - |
XYZ | 24.95 | 12.73 | 40.17 | - |
YUV | 89.23 | 174.71 | 187.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 31 | 172 | 0 | 0.82 | 0 | 0.33 | 300 | 0.69 | 0.4 |
Hex | AC | 1F | AC | 0 | 52 | 0 | 21 | 12C | 45 | 28 |
Octal | 254 | 37 | 254 | 0 | 122 | 0 | 41 | 454 | 105 | 50 |
Binary | 10101100 | 11111 | 10101100 | 0 | 1010010 | 0 | 100001 | 100101100 | 1000101 | 101000 |
Color Harmonies of #AC1FAC
Complementary color
Monochromatic Colors of #AC1FAC
Black with #AC1FAC
Text Example
Text Example
White with #AC1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1FAC; }
p { color: rgb(172,31,172); }
H1.HeaderClassName
{
color: #AC1FAC;
}
.AnyTagClassName
{
color: #AC1FAC;
}
</style>
background-color css
<style>
a { background-color: #AC1FAC; }
a { background-color: rgb(172,31,172); }
div.DivClassName
{
background-color: #AC1FAC;
}
.BgClassName
{
background-color: #AC1FAC;
}
</style>
border-color css
<style>
span { border-color: #AC1FAC; }
span { border-color: rgb(172,31,172); }
td.TdClassName
{
border-color: #AC1FAC;
}
.TagClassName
{
border-color: #AC1FAC;
}
</style>