Shades of Dark Orchid #A83CCE
Tints of Dark Orchid #A83CCE
RGB
CMYK
RGB Variations
Color information
#A83CCE (or 0xA83CCE) is known color: Dark Orchid. HEX triplet: A8, 3C and CE. RGB value is (168,60,206). Sum of RGB (Red+Green+Blue) = 168+60+206=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #A83CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83CCE is #57C331. Grayscale: #6C6C6C. Windows color (decimal): -5751602 or 13515944. OLE color: 13515944.
HSL color Cylindrical-coordinate representation of color #A83CCE: hue angle of 284.38º 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 #A83CCE is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 60 | 206 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.19 |
| HSL | 284.38º | 0.6% | 0.52% | - |
| HSV(B) | 284.38º | 0.71% | 0.81% | - |
| XYZ | 28.9 | 16.01 | 59.96 | - |
| YUV | 108.94 | 182.78 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 206 | 0.18 | 0.71 | 0 | 0.19 | 284.38 | 0.6 | 0.52 |
| Hex | A8 | 3C | CE | 12 | 47 | 0 | 13 | 11C | 3C | 34 |
| Octal | 250 | 74 | 316 | 22 | 107 | 0 | 23 | 434 | 74 | 64 |
| Binary | 10101000 | 111100 | 11001110 | 10010 | 1000111 | 0 | 10011 | 100011100 | 111100 | 110100 |
Color Harmonies of #A83CCE
Complementary color
Monochromatic Colors of #A83CCE
Black with #A83CCE
Text Example
Text Example
White with #A83CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CCE; }
p { color: rgb(168,60,206); }
H1.HeaderClassName
{
color: #A83CCE;
}
.AnyTagClassName
{
color: #A83CCE;
}
</style>
background-color css
<style>
a { background-color: #A83CCE; }
a { background-color: rgb(168,60,206); }
div.DivClassName
{
background-color: #A83CCE;
}
.BgClassName
{
background-color: #A83CCE;
}
</style>
border-color css
<style>
span { border-color: #A83CCE; }
span { border-color: rgb(168,60,206); }
td.TdClassName
{
border-color: #A83CCE;
}
.TagClassName
{
border-color: #A83CCE;
}
</style>