Shades of Dark Orchid #A93CCE
Tints of Dark Orchid #A93CCE
RGB
CMYK
RGB Variations
Color information
#A93CCE (or 0xA93CCE) is known color: Dark Orchid. HEX triplet: A9, 3C and CE. RGB value is (169,60,206). Sum of RGB (Red+Green+Blue) = 169+60+206=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #A93CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93CCE is #56C331. Grayscale: #6C6C6C. Windows color (decimal): -5686066 or 13515945. OLE color: 13515945.
HSL color Cylindrical-coordinate representation of color #A93CCE: hue angle of 284.79º 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 #A93CCE is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 60 | 206 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.19 |
| HSL | 284.79º | 0.6% | 0.52% | - |
| HSV(B) | 284.79º | 0.71% | 0.81% | - |
| XYZ | 29.12 | 16.12 | 59.97 | - |
| YUV | 109.24 | 182.61 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 206 | 0.18 | 0.71 | 0 | 0.19 | 284.79 | 0.6 | 0.52 |
| Hex | A9 | 3C | CE | 12 | 47 | 0 | 13 | 11D | 3C | 34 |
| Octal | 251 | 74 | 316 | 22 | 107 | 0 | 23 | 435 | 74 | 64 |
| Binary | 10101001 | 111100 | 11001110 | 10010 | 1000111 | 0 | 10011 | 100011101 | 111100 | 110100 |
Color Harmonies of #A93CCE
Complementary color
Monochromatic Colors of #A93CCE
Black with #A93CCE
Text Example
Text Example
White with #A93CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93CCE; }
p { color: rgb(169,60,206); }
H1.HeaderClassName
{
color: #A93CCE;
}
.AnyTagClassName
{
color: #A93CCE;
}
</style>
background-color css
<style>
a { background-color: #A93CCE; }
a { background-color: rgb(169,60,206); }
div.DivClassName
{
background-color: #A93CCE;
}
.BgClassName
{
background-color: #A93CCE;
}
</style>
border-color css
<style>
span { border-color: #A93CCE; }
span { border-color: rgb(169,60,206); }
td.TdClassName
{
border-color: #A93CCE;
}
.TagClassName
{
border-color: #A93CCE;
}
</style>