Shades of Dark Orchid #A93EC7
Tints of Dark Orchid #A93EC7
RGB
CMYK
RGB Variations
Color information
#A93EC7 (or 0xA93EC7) is known color: Dark Orchid. HEX triplet: A9, 3E and C7. RGB value is (169,62,199). Sum of RGB (Red+Green+Blue) = 169+62+199=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 199 - color contains mainly: blue. Hex color #A93EC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93EC7 is #56C138. Grayscale: #6D6D6D. Windows color (decimal): -5685561 or 13057705. OLE color: 13057705.
HSL color Cylindrical-coordinate representation of color #A93EC7: hue angle of 286.86º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93EC7 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 62 | 199 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.22 |
| HSL | 286.86º | 0.55% | 0.51% | - |
| HSV(B) | 286.86º | 0.69% | 0.78% | - |
| XYZ | 28.39 | 16 | 55.63 | - |
| YUV | 109.61 | 178.45 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 62 | 199 | 0.15 | 0.69 | 0 | 0.22 | 286.86 | 0.55 | 0.51 |
| Hex | A9 | 3E | C7 | F | 45 | 0 | 16 | 11F | 37 | 33 |
| Octal | 251 | 76 | 307 | 17 | 105 | 0 | 26 | 437 | 67 | 63 |
| Binary | 10101001 | 111110 | 11000111 | 1111 | 1000101 | 0 | 10110 | 100011111 | 110111 | 110011 |
Color Harmonies of #A93EC7
Complementary color
Monochromatic Colors of #A93EC7
Black with #A93EC7
Text Example
Text Example
White with #A93EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93EC7; }
p { color: rgb(169,62,199); }
H1.HeaderClassName
{
color: #A93EC7;
}
.AnyTagClassName
{
color: #A93EC7;
}
</style>
background-color css
<style>
a { background-color: #A93EC7; }
a { background-color: rgb(169,62,199); }
div.DivClassName
{
background-color: #A93EC7;
}
.BgClassName
{
background-color: #A93EC7;
}
</style>
border-color css
<style>
span { border-color: #A93EC7; }
span { border-color: rgb(169,62,199); }
td.TdClassName
{
border-color: #A93EC7;
}
.TagClassName
{
border-color: #A93EC7;
}
</style>