Shades of Dark Orchid #A93ACF
Tints of Dark Orchid #A93ACF
RGB
CMYK
RGB Variations
Color information
#A93ACF (or 0xA93ACF) is known color: Dark Orchid. HEX triplet: A9, 3A and CF. RGB value is (169,58,207). Sum of RGB (Red+Green+Blue) = 169+58+207=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #A93ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93ACF is #56C530. Grayscale: #6B6B6B. Windows color (decimal): -5686577 or 13580969. OLE color: 13580969.
HSL color Cylindrical-coordinate representation of color #A93ACF: hue angle of 284.7º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93ACF is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 58 | 207 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.19 |
| HSL | 284.7º | 0.61% | 0.52% | - |
| HSV(B) | 284.7º | 0.72% | 0.81% | - |
| XYZ | 29.14 | 15.97 | 60.58 | - |
| YUV | 108.18 | 183.77 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 207 | 0.18 | 0.72 | 0 | 0.19 | 284.7 | 0.61 | 0.52 |
| Hex | A9 | 3A | CF | 12 | 48 | 0 | 13 | 11D | 3D | 34 |
| Octal | 251 | 72 | 317 | 22 | 110 | 0 | 23 | 435 | 75 | 64 |
| Binary | 10101001 | 111010 | 11001111 | 10010 | 1001000 | 0 | 10011 | 100011101 | 111101 | 110100 |
Color Harmonies of #A93ACF
Complementary color
Monochromatic Colors of #A93ACF
Black with #A93ACF
Text Example
Text Example
White with #A93ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93ACF; }
p { color: rgb(169,58,207); }
H1.HeaderClassName
{
color: #A93ACF;
}
.AnyTagClassName
{
color: #A93ACF;
}
</style>
background-color css
<style>
a { background-color: #A93ACF; }
a { background-color: rgb(169,58,207); }
div.DivClassName
{
background-color: #A93ACF;
}
.BgClassName
{
background-color: #A93ACF;
}
</style>
border-color css
<style>
span { border-color: #A93ACF; }
span { border-color: rgb(169,58,207); }
td.TdClassName
{
border-color: #A93ACF;
}
.TagClassName
{
border-color: #A93ACF;
}
</style>