Shades of Dark Orchid #AC26CF
Tints of Dark Orchid #AC26CF
RGB
CMYK
RGB Variations
Color information
#AC26CF (or 0xAC26CF) is known color: Dark Orchid. HEX triplet: AC, 26 and CF. RGB value is (172,38,207). Sum of RGB (Red+Green+Blue) = 172+38+207=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC26CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26CF is #53D930. Grayscale: #606060. Windows color (decimal): -5495089 or 13575852. OLE color: 13575852.
HSL color Cylindrical-coordinate representation of color #AC26CF: hue angle of 287.57º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC26CF is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 38 | 207 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.19 |
| HSL | 287.57º | 0.69% | 0.48% | - |
| HSV(B) | 287.57º | 0.82% | 0.81% | - |
| XYZ | 28.97 | 14.66 | 60.33 | - |
| YUV | 97.33 | 189.89 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 207 | 0.17 | 0.82 | 0 | 0.19 | 287.57 | 0.69 | 0.48 |
| Hex | AC | 26 | CF | 11 | 52 | 0 | 13 | 120 | 45 | 30 |
| Octal | 254 | 46 | 317 | 21 | 122 | 0 | 23 | 440 | 105 | 60 |
| Binary | 10101100 | 100110 | 11001111 | 10001 | 1010010 | 0 | 10011 | 100100000 | 1000101 | 110000 |
Color Harmonies of #AC26CF
Complementary color
Monochromatic Colors of #AC26CF
Black with #AC26CF
Text Example
Text Example
White with #AC26CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC26CF; }
p { color: rgb(172,38,207); }
H1.HeaderClassName
{
color: #AC26CF;
}
.AnyTagClassName
{
color: #AC26CF;
}
</style>
background-color css
<style>
a { background-color: #AC26CF; }
a { background-color: rgb(172,38,207); }
div.DivClassName
{
background-color: #AC26CF;
}
.BgClassName
{
background-color: #AC26CF;
}
</style>
border-color css
<style>
span { border-color: #AC26CF; }
span { border-color: rgb(172,38,207); }
td.TdClassName
{
border-color: #AC26CF;
}
.TagClassName
{
border-color: #AC26CF;
}
</style>