Shades of Dark Orchid #A93CCC
Tints of Dark Orchid #A93CCC
RGB
CMYK
RGB Variations
Color information
#A93CCC (or 0xA93CCC) is known color: Dark Orchid. HEX triplet: A9, 3C and CC. RGB value is (169,60,204). Sum of RGB (Red+Green+Blue) = 169+60+204=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #A93CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93CCC is #56C333. Grayscale: #6C6C6C. Windows color (decimal): -5686068 or 13384873. OLE color: 13384873.
HSL color Cylindrical-coordinate representation of color #A93CCC: hue angle of 285.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A93CCC is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 60 | 204 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.2 |
| HSL | 285.42º | 0.59% | 0.52% | - |
| HSV(B) | 285.42º | 0.71% | 0.8% | - |
| XYZ | 28.88 | 16.03 | 58.7 | - |
| YUV | 109.01 | 181.61 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 204 | 0.17 | 0.71 | 0 | 0.2 | 285.42 | 0.59 | 0.52 |
| Hex | A9 | 3C | CC | 11 | 47 | 0 | 14 | 11D | 3B | 34 |
| Octal | 251 | 74 | 314 | 21 | 107 | 0 | 24 | 435 | 73 | 64 |
| Binary | 10101001 | 111100 | 11001100 | 10001 | 1000111 | 0 | 10100 | 100011101 | 111011 | 110100 |
Color Harmonies of #A93CCC
Complementary color
Monochromatic Colors of #A93CCC
Black with #A93CCC
Text Example
Text Example
White with #A93CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93CCC; }
p { color: rgb(169,60,204); }
H1.HeaderClassName
{
color: #A93CCC;
}
.AnyTagClassName
{
color: #A93CCC;
}
</style>
background-color css
<style>
a { background-color: #A93CCC; }
a { background-color: rgb(169,60,204); }
div.DivClassName
{
background-color: #A93CCC;
}
.BgClassName
{
background-color: #A93CCC;
}
</style>
border-color css
<style>
span { border-color: #A93CCC; }
span { border-color: rgb(169,60,204); }
td.TdClassName
{
border-color: #A93CCC;
}
.TagClassName
{
border-color: #A93CCC;
}
</style>