Shades of Dark Orchid #A934D9
Tints of Dark Orchid #A934D9
RGB
CMYK
RGB Variations
Color information
#A934D9 (or 0xA934D9) is known color: Dark Orchid. HEX triplet: A9, 34 and D9. RGB value is (169,52,217). Sum of RGB (Red+Green+Blue) = 169+52+217=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 217 (85.16% from 255 or 49.54% from 438); Max value from RGB is 217 - color contains mainly: blue. Hex color #A934D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A934D9 is #56CB26. Grayscale: #696969. Windows color (decimal): -5688103 or 14234793. OLE color: 14234793.
HSL color Cylindrical-coordinate representation of color #A934D9: hue angle of 282.55º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A934D9 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 52 | 217 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.15 |
| HSL | 282.55º | 0.68% | 0.53% | - |
| HSV(B) | 282.55º | 0.76% | 0.85% | - |
| XYZ | 30.11 | 15.9 | 67.13 | - |
| YUV | 105.79 | 190.76 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 52 | 217 | 0.22 | 0.76 | 0 | 0.15 | 282.55 | 0.68 | 0.53 |
| Hex | A9 | 34 | D9 | 16 | 4C | 0 | F | 11B | 44 | 35 |
| Octal | 251 | 64 | 331 | 26 | 114 | 0 | 17 | 433 | 104 | 65 |
| Binary | 10101001 | 110100 | 11011001 | 10110 | 1001100 | 0 | 1111 | 100011011 | 1000100 | 110101 |
Color Harmonies of #A934D9
Complementary color
Monochromatic Colors of #A934D9
Black with #A934D9
Text Example
Text Example
White with #A934D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A934D9; }
p { color: rgb(169,52,217); }
H1.HeaderClassName
{
color: #A934D9;
}
.AnyTagClassName
{
color: #A934D9;
}
</style>
background-color css
<style>
a { background-color: #A934D9; }
a { background-color: rgb(169,52,217); }
div.DivClassName
{
background-color: #A934D9;
}
.BgClassName
{
background-color: #A934D9;
}
</style>
border-color css
<style>
span { border-color: #A934D9; }
span { border-color: rgb(169,52,217); }
td.TdClassName
{
border-color: #A934D9;
}
.TagClassName
{
border-color: #A934D9;
}
</style>