Shades of Dark Orchid #AC1FC2
Tints of Dark Orchid #AC1FC2
RGB
CMYK
RGB Variations
Color information
#AC1FC2 (or 0xAC1FC2) is known color: Dark Orchid. HEX triplet: AC, 1F and C2. RGB value is (172,31,194). Sum of RGB (Red+Green+Blue) = 172+31+194=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 194 (76.17% from 255 or 48.87% from 397); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC1FC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1FC2 is #53E03D. Grayscale: #5B5B5B. Windows color (decimal): -5496894 or 12722092. OLE color: 12722092.
HSL color Cylindrical-coordinate representation of color #AC1FC2: hue angle of 291.9º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1FC2 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 31 | 194 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.24 |
| HSL | 291.9º | 0.72% | 0.44% | - |
| HSV(B) | 291.9º | 0.84% | 0.76% | - |
| XYZ | 27.24 | 13.65 | 52.24 | - |
| YUV | 91.74 | 185.71 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 31 | 194 | 0.11 | 0.84 | 0 | 0.24 | 291.9 | 0.72 | 0.44 |
| Hex | AC | 1F | C2 | B | 54 | 0 | 18 | 124 | 48 | 2C |
| Octal | 254 | 37 | 302 | 13 | 124 | 0 | 30 | 444 | 110 | 54 |
| Binary | 10101100 | 11111 | 11000010 | 1011 | 1010100 | 0 | 11000 | 100100100 | 1001000 | 101100 |
Color Harmonies of #AC1FC2
Complementary color
Monochromatic Colors of #AC1FC2
Black with #AC1FC2
Text Example
Text Example
White with #AC1FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1FC2; }
p { color: rgb(172,31,194); }
H1.HeaderClassName
{
color: #AC1FC2;
}
.AnyTagClassName
{
color: #AC1FC2;
}
</style>
background-color css
<style>
a { background-color: #AC1FC2; }
a { background-color: rgb(172,31,194); }
div.DivClassName
{
background-color: #AC1FC2;
}
.BgClassName
{
background-color: #AC1FC2;
}
</style>
border-color css
<style>
span { border-color: #AC1FC2; }
span { border-color: rgb(172,31,194); }
td.TdClassName
{
border-color: #AC1FC2;
}
.TagClassName
{
border-color: #AC1FC2;
}
</style>