Shades of Dark Orchid #A93FC7
Tints of Dark Orchid #A93FC7
RGB
CMYK
RGB Variations
Color information
#A93FC7 (or 0xA93FC7) is known color: Dark Orchid. HEX triplet: A9, 3F and C7. RGB value is (169,63,199). Sum of RGB (Red+Green+Blue) = 169+63+199=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 199 - color contains mainly: blue. Hex color #A93FC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93FC7 is #56C038. Grayscale: #6D6D6D. Windows color (decimal): -5685305 or 13057961. OLE color: 13057961.
HSL color Cylindrical-coordinate representation of color #A93FC7: hue angle of 286.76º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A93FC7 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 63 | 199 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.22 |
| HSL | 286.76º | 0.55% | 0.51% | - |
| HSV(B) | 286.76º | 0.68% | 0.78% | - |
| XYZ | 28.45 | 16.11 | 55.64 | - |
| YUV | 110.2 | 178.12 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 63 | 199 | 0.15 | 0.68 | 0 | 0.22 | 286.76 | 0.55 | 0.51 |
| Hex | A9 | 3F | C7 | F | 44 | 0 | 16 | 11F | 37 | 33 |
| Octal | 251 | 77 | 307 | 17 | 104 | 0 | 26 | 437 | 67 | 63 |
| Binary | 10101001 | 111111 | 11000111 | 1111 | 1000100 | 0 | 10110 | 100011111 | 110111 | 110011 |
Color Harmonies of #A93FC7
Complementary color
Monochromatic Colors of #A93FC7
Black with #A93FC7
Text Example
Text Example
White with #A93FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93FC7; }
p { color: rgb(169,63,199); }
H1.HeaderClassName
{
color: #A93FC7;
}
.AnyTagClassName
{
color: #A93FC7;
}
</style>
background-color css
<style>
a { background-color: #A93FC7; }
a { background-color: rgb(169,63,199); }
div.DivClassName
{
background-color: #A93FC7;
}
.BgClassName
{
background-color: #A93FC7;
}
</style>
border-color css
<style>
span { border-color: #A93FC7; }
span { border-color: rgb(169,63,199); }
td.TdClassName
{
border-color: #A93FC7;
}
.TagClassName
{
border-color: #A93FC7;
}
</style>