Shades of Dark Orchid #A01ACF
Tints of Dark Orchid #A01ACF
RGB
CMYK
RGB Variations
Color information
#A01ACF (or 0xA01ACF) is known color: Dark Orchid. HEX triplet: A0, 1A and CF. RGB value is (160,26,207). Sum of RGB (Red+Green+Blue) = 160+26+207=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #A01ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01ACF is #5FE530. Grayscale: #565656. Windows color (decimal): -6284593 or 13572768. OLE color: 13572768.
HSL color Cylindrical-coordinate representation of color #A01ACF: hue angle of 284.42º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01ACF is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 26 | 207 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.19 |
| HSL | 284.42º | 0.78% | 0.46% | - |
| HSV(B) | 284.42º | 0.87% | 0.81% | - |
| XYZ | 26.13 | 12.72 | 60.11 | - |
| YUV | 86.7 | 195.89 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 26 | 207 | 0.23 | 0.87 | 0 | 0.19 | 284.42 | 0.78 | 0.46 |
| Hex | A0 | 1A | CF | 17 | 57 | 0 | 13 | 11C | 4E | 2E |
| Octal | 240 | 32 | 317 | 27 | 127 | 0 | 23 | 434 | 116 | 56 |
| Binary | 10100000 | 11010 | 11001111 | 10111 | 1010111 | 0 | 10011 | 100011100 | 1001110 | 101110 |
Color Harmonies of #A01ACF
Complementary color
Monochromatic Colors of #A01ACF
Black with #A01ACF
Text Example
Text Example
White with #A01ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01ACF; }
p { color: rgb(160,26,207); }
H1.HeaderClassName
{
color: #A01ACF;
}
.AnyTagClassName
{
color: #A01ACF;
}
</style>
background-color css
<style>
a { background-color: #A01ACF; }
a { background-color: rgb(160,26,207); }
div.DivClassName
{
background-color: #A01ACF;
}
.BgClassName
{
background-color: #A01ACF;
}
</style>
border-color css
<style>
span { border-color: #A01ACF; }
span { border-color: rgb(160,26,207); }
td.TdClassName
{
border-color: #A01ACF;
}
.TagClassName
{
border-color: #A01ACF;
}
</style>