Shades of Dark Orchid #A83EBD
Tints of Dark Orchid #A83EBD
RGB
CMYK
RGB Variations
Color information
#A83EBD (or 0xA83EBD) is known color: Dark Orchid. HEX triplet: A8, 3E and BD. RGB value is (168,62,189). Sum of RGB (Red+Green+Blue) = 168+62+189=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #A83EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83EBD is #57C142. Grayscale: #6B6B6B. Windows color (decimal): -5751107 or 12402344. OLE color: 12402344.
HSL color Cylindrical-coordinate representation of color #A83EBD: hue angle of 290.08º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83EBD is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 62 | 189 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.26 |
| HSL | 290.08º | 0.51% | 0.49% | - |
| HSV(B) | 290.08º | 0.67% | 0.74% | - |
| XYZ | 27.06 | 15.44 | 49.7 | - |
| YUV | 108.17 | 173.62 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 189 | 0.11 | 0.67 | 0 | 0.26 | 290.08 | 0.51 | 0.49 |
| Hex | A8 | 3E | BD | B | 43 | 0 | 1A | 122 | 33 | 31 |
| Octal | 250 | 76 | 275 | 13 | 103 | 0 | 32 | 442 | 63 | 61 |
| Binary | 10101000 | 111110 | 10111101 | 1011 | 1000011 | 0 | 11010 | 100100010 | 110011 | 110001 |
Color Harmonies of #A83EBD
Complementary color
Monochromatic Colors of #A83EBD
Black with #A83EBD
Text Example
Text Example
White with #A83EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83EBD; }
p { color: rgb(168,62,189); }
H1.HeaderClassName
{
color: #A83EBD;
}
.AnyTagClassName
{
color: #A83EBD;
}
</style>
background-color css
<style>
a { background-color: #A83EBD; }
a { background-color: rgb(168,62,189); }
div.DivClassName
{
background-color: #A83EBD;
}
.BgClassName
{
background-color: #A83EBD;
}
</style>
border-color css
<style>
span { border-color: #A83EBD; }
span { border-color: rgb(168,62,189); }
td.TdClassName
{
border-color: #A83EBD;
}
.TagClassName
{
border-color: #A83EBD;
}
</style>