Shades of Dark Orchid #A83CE8
Tints of Dark Orchid #A83CE8
RGB
CMYK
RGB Variations
Color information
#A83CE8 (or 0xA83CE8) is known color: Dark Orchid. HEX triplet: A8, 3C and E8. RGB value is (168,60,232). Sum of RGB (Red+Green+Blue) = 168+60+232=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #A83CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83CE8 is #57C317. Grayscale: #6F6F6F. Windows color (decimal): -5751576 or 15219880. OLE color: 15219880.
HSL color Cylindrical-coordinate representation of color #A83CE8: hue angle of 277.67º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A83CE8 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 60 | 232 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.09 |
| HSL | 277.67º | 0.79% | 0.57% | - |
| HSV(B) | 277.67º | 0.74% | 0.91% | - |
| XYZ | 32.33 | 17.38 | 78 | - |
| YUV | 111.9 | 195.78 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 232 | 0.28 | 0.74 | 0 | 0.09 | 277.67 | 0.79 | 0.57 |
| Hex | A8 | 3C | E8 | 1C | 4A | 0 | 9 | 116 | 4F | 39 |
| Octal | 250 | 74 | 350 | 34 | 112 | 0 | 11 | 426 | 117 | 71 |
| Binary | 10101000 | 111100 | 11101000 | 11100 | 1001010 | 0 | 1001 | 100010110 | 1001111 | 111001 |
Color Harmonies of #A83CE8
Complementary color
Monochromatic Colors of #A83CE8
Black with #A83CE8
Text Example
Text Example
White with #A83CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CE8; }
p { color: rgb(168,60,232); }
H1.HeaderClassName
{
color: #A83CE8;
}
.AnyTagClassName
{
color: #A83CE8;
}
</style>
background-color css
<style>
a { background-color: #A83CE8; }
a { background-color: rgb(168,60,232); }
div.DivClassName
{
background-color: #A83CE8;
}
.BgClassName
{
background-color: #A83CE8;
}
</style>
border-color css
<style>
span { border-color: #A83CE8; }
span { border-color: rgb(168,60,232); }
td.TdClassName
{
border-color: #A83CE8;
}
.TagClassName
{
border-color: #A83CE8;
}
</style>