Shades of Dark Orchid #A934D7
Tints of Dark Orchid #A934D7
RGB
CMYK
RGB Variations
Color information
#A934D7 (or 0xA934D7) is known color: Dark Orchid. HEX triplet: A9, 34 and D7. RGB value is (169,52,215). Sum of RGB (Red+Green+Blue) = 169+52+215=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #A934D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A934D7 is #56CB28. Grayscale: #696969. Windows color (decimal): -5688105 or 14103721. OLE color: 14103721.
HSL color Cylindrical-coordinate representation of color #A934D7: hue angle of 283.07º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A934D7 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 52 | 215 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.16 |
| HSL | 283.07º | 0.67% | 0.52% | - |
| HSV(B) | 283.07º | 0.76% | 0.84% | - |
| XYZ | 29.86 | 15.8 | 65.77 | - |
| YUV | 105.57 | 189.76 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 52 | 215 | 0.21 | 0.76 | 0 | 0.16 | 283.07 | 0.67 | 0.52 |
| Hex | A9 | 34 | D7 | 15 | 4C | 0 | 10 | 11B | 43 | 34 |
| Octal | 251 | 64 | 327 | 25 | 114 | 0 | 20 | 433 | 103 | 64 |
| Binary | 10101001 | 110100 | 11010111 | 10101 | 1001100 | 0 | 10000 | 100011011 | 1000011 | 110100 |
Color Harmonies of #A934D7
Complementary color
Monochromatic Colors of #A934D7
Black with #A934D7
Text Example
Text Example
White with #A934D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A934D7; }
p { color: rgb(169,52,215); }
H1.HeaderClassName
{
color: #A934D7;
}
.AnyTagClassName
{
color: #A934D7;
}
</style>
background-color css
<style>
a { background-color: #A934D7; }
a { background-color: rgb(169,52,215); }
div.DivClassName
{
background-color: #A934D7;
}
.BgClassName
{
background-color: #A934D7;
}
</style>
border-color css
<style>
span { border-color: #A934D7; }
span { border-color: rgb(169,52,215); }
td.TdClassName
{
border-color: #A934D7;
}
.TagClassName
{
border-color: #A934D7;
}
</style>