Shades of Dark Orchid #A93AB7
Tints of Dark Orchid #A93AB7
RGB
CMYK
RGB Variations
Color information
#A93AB7 (or 0xA93AB7) is known color: Dark Orchid. HEX triplet: A9, 3A and B7. RGB value is (169,58,183). Sum of RGB (Red+Green+Blue) = 169+58+183=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 183 - color contains mainly: blue. Hex color #A93AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93AB7 is #56C548. Grayscale: #696969. Windows color (decimal): -5686601 or 12008105. OLE color: 12008105.
HSL color Cylindrical-coordinate representation of color #A93AB7: hue angle of 293.28º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A93AB7 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 58 | 183 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.28 |
| HSL | 293.28º | 0.52% | 0.47% | - |
| HSV(B) | 293.28º | 0.68% | 0.72% | - |
| XYZ | 26.42 | 14.88 | 46.28 | - |
| YUV | 105.44 | 171.77 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 183 | 0.08 | 0.68 | 0 | 0.28 | 293.28 | 0.52 | 0.47 |
| Hex | A9 | 3A | B7 | 8 | 44 | 0 | 1C | 125 | 34 | 2F |
| Octal | 251 | 72 | 267 | 10 | 104 | 0 | 34 | 445 | 64 | 57 |
| Binary | 10101001 | 111010 | 10110111 | 1000 | 1000100 | 0 | 11100 | 100100101 | 110100 | 101111 |
Color Harmonies of #A93AB7
Complementary color
Monochromatic Colors of #A93AB7
Black with #A93AB7
Text Example
Text Example
White with #A93AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93AB7; }
p { color: rgb(169,58,183); }
H1.HeaderClassName
{
color: #A93AB7;
}
.AnyTagClassName
{
color: #A93AB7;
}
</style>
background-color css
<style>
a { background-color: #A93AB7; }
a { background-color: rgb(169,58,183); }
div.DivClassName
{
background-color: #A93AB7;
}
.BgClassName
{
background-color: #A93AB7;
}
</style>
border-color css
<style>
span { border-color: #A93AB7; }
span { border-color: rgb(169,58,183); }
td.TdClassName
{
border-color: #A93AB7;
}
.TagClassName
{
border-color: #A93AB7;
}
</style>