Shades of Dark Orchid #A93AB3
Tints of Dark Orchid #A93AB3
RGB
CMYK
RGB Variations
Color information
#A93AB3 (or 0xA93AB3) is known color: Dark Orchid. HEX triplet: A9, 3A and B3. RGB value is (169,58,179). Sum of RGB (Red+Green+Blue) = 169+58+179=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #A93AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93AB3 is #56C54C. Grayscale: #686868. Windows color (decimal): -5686605 or 11745961. OLE color: 11745961.
HSL color Cylindrical-coordinate representation of color #A93AB3: hue angle of 295.04º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A93AB3 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 58 | 179 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.30 |
| HSL | 295.04º | 0.51% | 0.46% | - |
| HSV(B) | 295.04º | 0.68% | 0.7% | - |
| XYZ | 26.01 | 14.72 | 44.12 | - |
| YUV | 104.98 | 169.77 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 179 | 0.06 | 0.68 | 0 | 0.30 | 295.04 | 0.51 | 0.46 |
| Hex | A9 | 3A | B3 | 6 | 44 | 0 | 1E | 127 | 33 | 2E |
| Octal | 251 | 72 | 263 | 6 | 104 | 0 | 36 | 447 | 63 | 56 |
| Binary | 10101001 | 111010 | 10110011 | 110 | 1000100 | 0 | 11110 | 100100111 | 110011 | 101110 |
Color Harmonies of #A93AB3
Complementary color
Monochromatic Colors of #A93AB3
Black with #A93AB3
Text Example
Text Example
White with #A93AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93AB3; }
p { color: rgb(169,58,179); }
H1.HeaderClassName
{
color: #A93AB3;
}
.AnyTagClassName
{
color: #A93AB3;
}
</style>
background-color css
<style>
a { background-color: #A93AB3; }
a { background-color: rgb(169,58,179); }
div.DivClassName
{
background-color: #A93AB3;
}
.BgClassName
{
background-color: #A93AB3;
}
</style>
border-color css
<style>
span { border-color: #A93AB3; }
span { border-color: rgb(169,58,179); }
td.TdClassName
{
border-color: #A93AB3;
}
.TagClassName
{
border-color: #A93AB3;
}
</style>