Shades of Dark Orchid #A93FBE
Tints of Dark Orchid #A93FBE
RGB
CMYK
RGB Variations
Color information
#A93FBE (or 0xA93FBE) is known color: Dark Orchid. HEX triplet: A9, 3F and BE. RGB value is (169,63,190). Sum of RGB (Red+Green+Blue) = 169+63+190=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #A93FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93FBE is #56C041. Grayscale: #6C6C6C. Windows color (decimal): -5685314 or 12468137. OLE color: 12468137.
HSL color Cylindrical-coordinate representation of color #A93FBE: hue angle of 290.08º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A93FBE is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 63 | 190 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.25 |
| HSL | 290.08º | 0.5% | 0.5% | - |
| HSV(B) | 290.08º | 0.67% | 0.75% | - |
| XYZ | 27.43 | 15.71 | 50.3 | - |
| YUV | 109.17 | 173.62 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 63 | 190 | 0.11 | 0.67 | 0 | 0.25 | 290.08 | 0.5 | 0.5 |
| Hex | A9 | 3F | BE | B | 43 | 0 | 19 | 122 | 32 | 32 |
| Octal | 251 | 77 | 276 | 13 | 103 | 0 | 31 | 442 | 62 | 62 |
| Binary | 10101001 | 111111 | 10111110 | 1011 | 1000011 | 0 | 11001 | 100100010 | 110010 | 110010 |
Color Harmonies of #A93FBE
Complementary color
Monochromatic Colors of #A93FBE
Black with #A93FBE
Text Example
Text Example
White with #A93FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93FBE; }
p { color: rgb(169,63,190); }
H1.HeaderClassName
{
color: #A93FBE;
}
.AnyTagClassName
{
color: #A93FBE;
}
</style>
background-color css
<style>
a { background-color: #A93FBE; }
a { background-color: rgb(169,63,190); }
div.DivClassName
{
background-color: #A93FBE;
}
.BgClassName
{
background-color: #A93FBE;
}
</style>
border-color css
<style>
span { border-color: #A93FBE; }
span { border-color: rgb(169,63,190); }
td.TdClassName
{
border-color: #A93FBE;
}
.TagClassName
{
border-color: #A93FBE;
}
</style>