Shades of Dark Orchid #A93DBE
Tints of Dark Orchid #A93DBE
RGB
CMYK
RGB Variations
Color information
#A93DBE (or 0xA93DBE) is known color: Dark Orchid. HEX triplet: A9, 3D and BE. RGB value is (169,61,190). Sum of RGB (Red+Green+Blue) = 169+61+190=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #A93DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93DBE is #56C241. Grayscale: #6B6B6B. Windows color (decimal): -5685826 or 12467625. OLE color: 12467625.
HSL color Cylindrical-coordinate representation of color #A93DBE: hue angle of 290.23º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A93DBE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 61 | 190 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.25 |
| HSL | 290.23º | 0.51% | 0.49% | - |
| HSV(B) | 290.23º | 0.68% | 0.75% | - |
| XYZ | 27.33 | 15.49 | 50.26 | - |
| YUV | 108 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 190 | 0.11 | 0.68 | 0 | 0.25 | 290.23 | 0.51 | 0.49 |
| Hex | A9 | 3D | BE | B | 44 | 0 | 19 | 122 | 33 | 31 |
| Octal | 251 | 75 | 276 | 13 | 104 | 0 | 31 | 442 | 63 | 61 |
| Binary | 10101001 | 111101 | 10111110 | 1011 | 1000100 | 0 | 11001 | 100100010 | 110011 | 110001 |
Color Harmonies of #A93DBE
Complementary color
Monochromatic Colors of #A93DBE
Black with #A93DBE
Text Example
Text Example
White with #A93DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93DBE; }
p { color: rgb(169,61,190); }
H1.HeaderClassName
{
color: #A93DBE;
}
.AnyTagClassName
{
color: #A93DBE;
}
</style>
background-color css
<style>
a { background-color: #A93DBE; }
a { background-color: rgb(169,61,190); }
div.DivClassName
{
background-color: #A93DBE;
}
.BgClassName
{
background-color: #A93DBE;
}
</style>
border-color css
<style>
span { border-color: #A93DBE; }
span { border-color: rgb(169,61,190); }
td.TdClassName
{
border-color: #A93DBE;
}
.TagClassName
{
border-color: #A93DBE;
}
</style>