Shades of Dark Orchid #A93CCF
Tints of Dark Orchid #A93CCF
RGB
CMYK
RGB Variations
Color information
#A93CCF (or 0xA93CCF) is known color: Dark Orchid. HEX triplet: A9, 3C and CF. RGB value is (169,60,207). Sum of RGB (Red+Green+Blue) = 169+60+207=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #A93CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93CCF is #56C330. Grayscale: #6C6C6C. Windows color (decimal): -5686065 or 13581481. OLE color: 13581481.
HSL color Cylindrical-coordinate representation of color #A93CCF: hue angle of 284.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A93CCF is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 60 | 207 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.19 |
| HSL | 284.49º | 0.6% | 0.52% | - |
| HSV(B) | 284.49º | 0.71% | 0.81% | - |
| XYZ | 29.24 | 16.17 | 60.61 | - |
| YUV | 109.35 | 183.11 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 207 | 0.18 | 0.71 | 0 | 0.19 | 284.49 | 0.6 | 0.52 |
| Hex | A9 | 3C | CF | 12 | 47 | 0 | 13 | 11C | 3C | 34 |
| Octal | 251 | 74 | 317 | 22 | 107 | 0 | 23 | 434 | 74 | 64 |
| Binary | 10101001 | 111100 | 11001111 | 10010 | 1000111 | 0 | 10011 | 100011100 | 111100 | 110100 |
Color Harmonies of #A93CCF
Complementary color
Monochromatic Colors of #A93CCF
Black with #A93CCF
Text Example
Text Example
White with #A93CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93CCF; }
p { color: rgb(169,60,207); }
H1.HeaderClassName
{
color: #A93CCF;
}
.AnyTagClassName
{
color: #A93CCF;
}
</style>
background-color css
<style>
a { background-color: #A93CCF; }
a { background-color: rgb(169,60,207); }
div.DivClassName
{
background-color: #A93CCF;
}
.BgClassName
{
background-color: #A93CCF;
}
</style>
border-color css
<style>
span { border-color: #A93CCF; }
span { border-color: rgb(169,60,207); }
td.TdClassName
{
border-color: #A93CCF;
}
.TagClassName
{
border-color: #A93CCF;
}
</style>