Shades of Dark Orchid #A938CF
Tints of Dark Orchid #A938CF
RGB
CMYK
RGB Variations
Color information
#A938CF (or 0xA938CF) is known color: Dark Orchid. HEX triplet: A9, 38 and CF. RGB value is (169,56,207). Sum of RGB (Red+Green+Blue) = 169+56+207=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #A938CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A938CF is #56C730. Grayscale: #6A6A6A. Windows color (decimal): -5687089 or 13580457. OLE color: 13580457.
HSL color Cylindrical-coordinate representation of color #A938CF: hue angle of 284.9º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A938CF is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 56 | 207 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.19 |
| HSL | 284.9º | 0.61% | 0.52% | - |
| HSV(B) | 284.9º | 0.73% | 0.81% | - |
| XYZ | 29.04 | 15.77 | 60.54 | - |
| YUV | 107 | 184.44 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 56 | 207 | 0.18 | 0.73 | 0 | 0.19 | 284.9 | 0.61 | 0.52 |
| Hex | A9 | 38 | CF | 12 | 49 | 0 | 13 | 11D | 3D | 34 |
| Octal | 251 | 70 | 317 | 22 | 111 | 0 | 23 | 435 | 75 | 64 |
| Binary | 10101001 | 111000 | 11001111 | 10010 | 1001001 | 0 | 10011 | 100011101 | 111101 | 110100 |
Color Harmonies of #A938CF
Complementary color
Monochromatic Colors of #A938CF
Black with #A938CF
Text Example
Text Example
White with #A938CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A938CF; }
p { color: rgb(169,56,207); }
H1.HeaderClassName
{
color: #A938CF;
}
.AnyTagClassName
{
color: #A938CF;
}
</style>
background-color css
<style>
a { background-color: #A938CF; }
a { background-color: rgb(169,56,207); }
div.DivClassName
{
background-color: #A938CF;
}
.BgClassName
{
background-color: #A938CF;
}
</style>
border-color css
<style>
span { border-color: #A938CF; }
span { border-color: rgb(169,56,207); }
td.TdClassName
{
border-color: #A938CF;
}
.TagClassName
{
border-color: #A938CF;
}
</style>