Shades of Dark Orchid #A83DBE
Tints of Dark Orchid #A83DBE
RGB
CMYK
RGB Variations
Color information
#A83DBE (or 0xA83DBE) is known color: Dark Orchid. HEX triplet: A8, 3D and BE. RGB value is (168,61,190). Sum of RGB (Red+Green+Blue) = 168+61+190=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #A83DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DBE is #57C241. Grayscale: #6B6B6B. Windows color (decimal): -5751362 or 12467624. OLE color: 12467624.
HSL color Cylindrical-coordinate representation of color #A83DBE: hue angle of 289.77º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83DBE is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 61 | 190 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.25 |
| HSL | 289.77º | 0.51% | 0.49% | - |
| HSV(B) | 289.77º | 0.68% | 0.75% | - |
| XYZ | 27.11 | 15.38 | 50.25 | - |
| YUV | 107.7 | 174.45 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 190 | 0.12 | 0.68 | 0 | 0.25 | 289.77 | 0.51 | 0.49 |
| Hex | A8 | 3D | BE | C | 44 | 0 | 19 | 122 | 33 | 31 |
| Octal | 250 | 75 | 276 | 14 | 104 | 0 | 31 | 442 | 63 | 61 |
| Binary | 10101000 | 111101 | 10111110 | 1100 | 1000100 | 0 | 11001 | 100100010 | 110011 | 110001 |
Color Harmonies of #A83DBE
Complementary color
Monochromatic Colors of #A83DBE
Black with #A83DBE
Text Example
Text Example
White with #A83DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83DBE; }
p { color: rgb(168,61,190); }
H1.HeaderClassName
{
color: #A83DBE;
}
.AnyTagClassName
{
color: #A83DBE;
}
</style>
background-color css
<style>
a { background-color: #A83DBE; }
a { background-color: rgb(168,61,190); }
div.DivClassName
{
background-color: #A83DBE;
}
.BgClassName
{
background-color: #A83DBE;
}
</style>
border-color css
<style>
span { border-color: #A83DBE; }
span { border-color: rgb(168,61,190); }
td.TdClassName
{
border-color: #A83DBE;
}
.TagClassName
{
border-color: #A83DBE;
}
</style>