Shades of Dark Orchid #A83ABA
Tints of Dark Orchid #A83ABA
RGB
CMYK
RGB Variations
Color information
#A83ABA (or 0xA83ABA) is known color: Dark Orchid. HEX triplet: A8, 3A and BA. RGB value is (168,58,186). Sum of RGB (Red+Green+Blue) = 168+58+186=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #A83ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83ABA is #57C545. Grayscale: #696969. Windows color (decimal): -5752134 or 12204712. OLE color: 12204712.
HSL color Cylindrical-coordinate representation of color #A83ABA: hue angle of 291.56º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83ABA is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 58 | 186 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.27 |
| HSL | 291.56º | 0.52% | 0.48% | - |
| HSV(B) | 291.56º | 0.69% | 0.73% | - |
| XYZ | 26.52 | 14.9 | 47.93 | - |
| YUV | 105.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 186 | 0.10 | 0.69 | 0 | 0.27 | 291.56 | 0.52 | 0.48 |
| Hex | A8 | 3A | BA | A | 45 | 0 | 1B | 124 | 34 | 30 |
| Octal | 250 | 72 | 272 | 12 | 105 | 0 | 33 | 444 | 64 | 60 |
| Binary | 10101000 | 111010 | 10111010 | 1010 | 1000101 | 0 | 11011 | 100100100 | 110100 | 110000 |
Color Harmonies of #A83ABA
Complementary color
Monochromatic Colors of #A83ABA
Black with #A83ABA
Text Example
Text Example
White with #A83ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83ABA; }
p { color: rgb(168,58,186); }
H1.HeaderClassName
{
color: #A83ABA;
}
.AnyTagClassName
{
color: #A83ABA;
}
</style>
background-color css
<style>
a { background-color: #A83ABA; }
a { background-color: rgb(168,58,186); }
div.DivClassName
{
background-color: #A83ABA;
}
.BgClassName
{
background-color: #A83ABA;
}
</style>
border-color css
<style>
span { border-color: #A83ABA; }
span { border-color: rgb(168,58,186); }
td.TdClassName
{
border-color: #A83ABA;
}
.TagClassName
{
border-color: #A83ABA;
}
</style>