Shades of Dark Orchid #A83FCB
Tints of Dark Orchid #A83FCB
RGB
CMYK
RGB Variations
Color information
#A83FCB (or 0xA83FCB) is known color: Dark Orchid. HEX triplet: A8, 3F and CB. RGB value is (168,63,203). Sum of RGB (Red+Green+Blue) = 168+63+203=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #A83FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83FCB is #57C034. Grayscale: #6D6D6D. Windows color (decimal): -5750837 or 13320104. OLE color: 13320104.
HSL color Cylindrical-coordinate representation of color #A83FCB: hue angle of 285º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83FCB is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 63 | 203 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.20 |
| HSL | 285º | 0.57% | 0.52% | - |
| HSV(B) | 285º | 0.69% | 0.8% | - |
| XYZ | 28.71 | 16.19 | 58.11 | - |
| YUV | 110.36 | 180.29 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 203 | 0.17 | 0.69 | 0 | 0.20 | 285 | 0.57 | 0.52 |
| Hex | A8 | 3F | CB | 11 | 45 | 0 | 14 | 11D | 39 | 34 |
| Octal | 250 | 77 | 313 | 21 | 105 | 0 | 24 | 435 | 71 | 64 |
| Binary | 10101000 | 111111 | 11001011 | 10001 | 1000101 | 0 | 10100 | 100011101 | 111001 | 110100 |
Color Harmonies of #A83FCB
Complementary color
Monochromatic Colors of #A83FCB
Black with #A83FCB
Text Example
Text Example
White with #A83FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FCB; }
p { color: rgb(168,63,203); }
H1.HeaderClassName
{
color: #A83FCB;
}
.AnyTagClassName
{
color: #A83FCB;
}
</style>
background-color css
<style>
a { background-color: #A83FCB; }
a { background-color: rgb(168,63,203); }
div.DivClassName
{
background-color: #A83FCB;
}
.BgClassName
{
background-color: #A83FCB;
}
</style>
border-color css
<style>
span { border-color: #A83FCB; }
span { border-color: rgb(168,63,203); }
td.TdClassName
{
border-color: #A83FCB;
}
.TagClassName
{
border-color: #A83FCB;
}
</style>