Shades of Dark Orchid #A83AB5
Tints of Dark Orchid #A83AB5
RGB
CMYK
RGB Variations
Color information
#A83AB5 (or 0xA83AB5) is known color: Dark Orchid. HEX triplet: A8, 3A and B5. RGB value is (168,58,181). Sum of RGB (Red+Green+Blue) = 168+58+181=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #A83AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83AB5 is #57C54A. Grayscale: #686868. Windows color (decimal): -5752139 or 11877032. OLE color: 11877032.
HSL color Cylindrical-coordinate representation of color #A83AB5: hue angle of 293.66º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83AB5 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 58 | 181 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.29 |
| HSL | 293.66º | 0.51% | 0.47% | - |
| HSV(B) | 293.66º | 0.68% | 0.71% | - |
| XYZ | 26 | 14.69 | 45.18 | - |
| YUV | 104.91 | 170.94 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 181 | 0.07 | 0.68 | 0 | 0.29 | 293.66 | 0.51 | 0.47 |
| Hex | A8 | 3A | B5 | 7 | 44 | 0 | 1D | 126 | 33 | 2F |
| Octal | 250 | 72 | 265 | 7 | 104 | 0 | 35 | 446 | 63 | 57 |
| Binary | 10101000 | 111010 | 10110101 | 111 | 1000100 | 0 | 11101 | 100100110 | 110011 | 101111 |
Color Harmonies of #A83AB5
Complementary color
Monochromatic Colors of #A83AB5
Black with #A83AB5
Text Example
Text Example
White with #A83AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83AB5; }
p { color: rgb(168,58,181); }
H1.HeaderClassName
{
color: #A83AB5;
}
.AnyTagClassName
{
color: #A83AB5;
}
</style>
background-color css
<style>
a { background-color: #A83AB5; }
a { background-color: rgb(168,58,181); }
div.DivClassName
{
background-color: #A83AB5;
}
.BgClassName
{
background-color: #A83AB5;
}
</style>
border-color css
<style>
span { border-color: #A83AB5; }
span { border-color: rgb(168,58,181); }
td.TdClassName
{
border-color: #A83AB5;
}
.TagClassName
{
border-color: #A83AB5;
}
</style>