Shades of Dark Orchid #A83CC9
Tints of Dark Orchid #A83CC9
RGB
CMYK
RGB Variations
Color information
#A83CC9 (or 0xA83CC9) is known color: Dark Orchid. HEX triplet: A8, 3C and C9. RGB value is (168,60,201). Sum of RGB (Red+Green+Blue) = 168+60+201=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #A83CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83CC9 is #57C336. Grayscale: #6B6B6B. Windows color (decimal): -5751607 or 13188264. OLE color: 13188264.
HSL color Cylindrical-coordinate representation of color #A83CC9: hue angle of 285.96º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83CC9 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 60 | 201 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.21 |
| HSL | 285.96º | 0.57% | 0.51% | - |
| HSV(B) | 285.96º | 0.7% | 0.79% | - |
| XYZ | 28.31 | 15.77 | 56.81 | - |
| YUV | 108.37 | 180.28 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 201 | 0.16 | 0.70 | 0 | 0.21 | 285.96 | 0.57 | 0.51 |
| Hex | A8 | 3C | C9 | 10 | 46 | 0 | 15 | 11E | 39 | 33 |
| Octal | 250 | 74 | 311 | 20 | 106 | 0 | 25 | 436 | 71 | 63 |
| Binary | 10101000 | 111100 | 11001001 | 10000 | 1000110 | 0 | 10101 | 100011110 | 111001 | 110011 |
Color Harmonies of #A83CC9
Complementary color
Monochromatic Colors of #A83CC9
Black with #A83CC9
Text Example
Text Example
White with #A83CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CC9; }
p { color: rgb(168,60,201); }
H1.HeaderClassName
{
color: #A83CC9;
}
.AnyTagClassName
{
color: #A83CC9;
}
</style>
background-color css
<style>
a { background-color: #A83CC9; }
a { background-color: rgb(168,60,201); }
div.DivClassName
{
background-color: #A83CC9;
}
.BgClassName
{
background-color: #A83CC9;
}
</style>
border-color css
<style>
span { border-color: #A83CC9; }
span { border-color: rgb(168,60,201); }
td.TdClassName
{
border-color: #A83CC9;
}
.TagClassName
{
border-color: #A83CC9;
}
</style>