Shades of Dark Orchid #A93CBC
Tints of Dark Orchid #A93CBC
RGB
CMYK
RGB Variations
Color information
#A93CBC (or 0xA93CBC) is known color: Dark Orchid. HEX triplet: A9, 3C and BC. RGB value is (169,60,188). Sum of RGB (Red+Green+Blue) = 169+60+188=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #A93CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93CBC is #56C343. Grayscale: #6A6A6A. Windows color (decimal): -5686084 or 12336297. OLE color: 12336297.
HSL color Cylindrical-coordinate representation of color #A93CBC: hue angle of 291.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A93CBC is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 60 | 188 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.26 |
| HSL | 291.09º | 0.52% | 0.49% | - |
| HSV(B) | 291.09º | 0.68% | 0.74% | - |
| XYZ | 27.06 | 15.3 | 49.1 | - |
| YUV | 107.18 | 173.61 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 188 | 0.10 | 0.68 | 0 | 0.26 | 291.09 | 0.52 | 0.49 |
| Hex | A9 | 3C | BC | A | 44 | 0 | 1A | 123 | 34 | 31 |
| Octal | 251 | 74 | 274 | 12 | 104 | 0 | 32 | 443 | 64 | 61 |
| Binary | 10101001 | 111100 | 10111100 | 1010 | 1000100 | 0 | 11010 | 100100011 | 110100 | 110001 |
Color Harmonies of #A93CBC
Complementary color
Monochromatic Colors of #A93CBC
Black with #A93CBC
Text Example
Text Example
White with #A93CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93CBC; }
p { color: rgb(169,60,188); }
H1.HeaderClassName
{
color: #A93CBC;
}
.AnyTagClassName
{
color: #A93CBC;
}
</style>
background-color css
<style>
a { background-color: #A93CBC; }
a { background-color: rgb(169,60,188); }
div.DivClassName
{
background-color: #A93CBC;
}
.BgClassName
{
background-color: #A93CBC;
}
</style>
border-color css
<style>
span { border-color: #A93CBC; }
span { border-color: rgb(169,60,188); }
td.TdClassName
{
border-color: #A93CBC;
}
.TagClassName
{
border-color: #A93CBC;
}
</style>