Shades of Dark Orchid #A93ABD
Tints of Dark Orchid #A93ABD
RGB
CMYK
RGB Variations
Color information
#A93ABD (or 0xA93ABD) is known color: Dark Orchid. HEX triplet: A9, 3A and BD. RGB value is (169,58,189). Sum of RGB (Red+Green+Blue) = 169+58+189=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #A93ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93ABD is #56C542. Grayscale: #696969. Windows color (decimal): -5686595 or 12401321. OLE color: 12401321.
HSL color Cylindrical-coordinate representation of color #A93ABD: hue angle of 290.84º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93ABD is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 58 | 189 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.26 |
| HSL | 290.84º | 0.53% | 0.48% | - |
| HSV(B) | 290.84º | 0.69% | 0.74% | - |
| XYZ | 27.06 | 15.14 | 49.64 | - |
| YUV | 106.12 | 174.77 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 189 | 0.11 | 0.69 | 0 | 0.26 | 290.84 | 0.53 | 0.48 |
| Hex | A9 | 3A | BD | B | 45 | 0 | 1A | 123 | 35 | 30 |
| Octal | 251 | 72 | 275 | 13 | 105 | 0 | 32 | 443 | 65 | 60 |
| Binary | 10101001 | 111010 | 10111101 | 1011 | 1000101 | 0 | 11010 | 100100011 | 110101 | 110000 |
Color Harmonies of #A93ABD
Complementary color
Monochromatic Colors of #A93ABD
Black with #A93ABD
Text Example
Text Example
White with #A93ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93ABD; }
p { color: rgb(169,58,189); }
H1.HeaderClassName
{
color: #A93ABD;
}
.AnyTagClassName
{
color: #A93ABD;
}
</style>
background-color css
<style>
a { background-color: #A93ABD; }
a { background-color: rgb(169,58,189); }
div.DivClassName
{
background-color: #A93ABD;
}
.BgClassName
{
background-color: #A93ABD;
}
</style>
border-color css
<style>
span { border-color: #A93ABD; }
span { border-color: rgb(169,58,189); }
td.TdClassName
{
border-color: #A93ABD;
}
.TagClassName
{
border-color: #A93ABD;
}
</style>