Shades of Dark Orchid #A83ABF
Tints of Dark Orchid #A83ABF
RGB
CMYK
RGB Variations
Color information
#A83ABF (or 0xA83ABF) is known color: Dark Orchid. HEX triplet: A8, 3A and BF. RGB value is (168,58,191). Sum of RGB (Red+Green+Blue) = 168+58+191=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #A83ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83ABF is #57C540. Grayscale: #696969. Windows color (decimal): -5752129 or 12532392. OLE color: 12532392.
HSL color Cylindrical-coordinate representation of color #A83ABF: hue angle of 289.62º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83ABF is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 58 | 191 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.25 |
| HSL | 289.62º | 0.53% | 0.49% | - |
| HSV(B) | 289.62º | 0.7% | 0.75% | - |
| XYZ | 27.07 | 15.11 | 50.78 | - |
| YUV | 106.05 | 175.94 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 191 | 0.12 | 0.70 | 0 | 0.25 | 289.62 | 0.53 | 0.49 |
| Hex | A8 | 3A | BF | C | 46 | 0 | 19 | 122 | 35 | 31 |
| Octal | 250 | 72 | 277 | 14 | 106 | 0 | 31 | 442 | 65 | 61 |
| Binary | 10101000 | 111010 | 10111111 | 1100 | 1000110 | 0 | 11001 | 100100010 | 110101 | 110001 |
Color Harmonies of #A83ABF
Complementary color
Monochromatic Colors of #A83ABF
Black with #A83ABF
Text Example
Text Example
White with #A83ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83ABF; }
p { color: rgb(168,58,191); }
H1.HeaderClassName
{
color: #A83ABF;
}
.AnyTagClassName
{
color: #A83ABF;
}
</style>
background-color css
<style>
a { background-color: #A83ABF; }
a { background-color: rgb(168,58,191); }
div.DivClassName
{
background-color: #A83ABF;
}
.BgClassName
{
background-color: #A83ABF;
}
</style>
border-color css
<style>
span { border-color: #A83ABF; }
span { border-color: rgb(168,58,191); }
td.TdClassName
{
border-color: #A83ABF;
}
.TagClassName
{
border-color: #A83ABF;
}
</style>