Shades of Dark Orchid #A93CCB
Tints of Dark Orchid #A93CCB
RGB
CMYK
RGB Variations
Color information
#A93CCB (or 0xA93CCB) is known color: Dark Orchid. HEX triplet: A9, 3C and CB. RGB value is (169,60,203). Sum of RGB (Red+Green+Blue) = 169+60+203=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #A93CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93CCB is #56C334. Grayscale: #6C6C6C. Windows color (decimal): -5686069 or 13319337. OLE color: 13319337.
HSL color Cylindrical-coordinate representation of color #A93CCB: hue angle of 285.73º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93CCB is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 60 | 203 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.20 |
| HSL | 285.73º | 0.58% | 0.52% | - |
| HSV(B) | 285.73º | 0.7% | 0.8% | - |
| XYZ | 28.76 | 15.98 | 58.07 | - |
| YUV | 108.89 | 181.11 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 203 | 0.17 | 0.70 | 0 | 0.20 | 285.73 | 0.58 | 0.52 |
| Hex | A9 | 3C | CB | 11 | 46 | 0 | 14 | 11E | 3A | 34 |
| Octal | 251 | 74 | 313 | 21 | 106 | 0 | 24 | 436 | 72 | 64 |
| Binary | 10101001 | 111100 | 11001011 | 10001 | 1000110 | 0 | 10100 | 100011110 | 111010 | 110100 |
Color Harmonies of #A93CCB
Complementary color
Monochromatic Colors of #A93CCB
Black with #A93CCB
Text Example
Text Example
White with #A93CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93CCB; }
p { color: rgb(169,60,203); }
H1.HeaderClassName
{
color: #A93CCB;
}
.AnyTagClassName
{
color: #A93CCB;
}
</style>
background-color css
<style>
a { background-color: #A93CCB; }
a { background-color: rgb(169,60,203); }
div.DivClassName
{
background-color: #A93CCB;
}
.BgClassName
{
background-color: #A93CCB;
}
</style>
border-color css
<style>
span { border-color: #A93CCB; }
span { border-color: rgb(169,60,203); }
td.TdClassName
{
border-color: #A93CCB;
}
.TagClassName
{
border-color: #A93CCB;
}
</style>