Shades of Dark Orchid #A934D0
Tints of Dark Orchid #A934D0
RGB
CMYK
RGB Variations
Color information
#A934D0 (or 0xA934D0) is known color: Dark Orchid. HEX triplet: A9, 34 and D0. RGB value is (169,52,208). Sum of RGB (Red+Green+Blue) = 169+52+208=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #A934D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A934D0 is #56CB2F. Grayscale: #686868. Windows color (decimal): -5688112 or 13644969. OLE color: 13644969.
HSL color Cylindrical-coordinate representation of color #A934D0: hue angle of 285º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A934D0 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 52 | 208 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.18 |
| HSL | 285º | 0.62% | 0.51% | - |
| HSV(B) | 285º | 0.75% | 0.82% | - |
| XYZ | 28.98 | 15.45 | 61.13 | - |
| YUV | 104.77 | 186.26 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 52 | 208 | 0.19 | 0.75 | 0 | 0.18 | 285 | 0.62 | 0.51 |
| Hex | A9 | 34 | D0 | 13 | 4B | 0 | 12 | 11D | 3E | 33 |
| Octal | 251 | 64 | 320 | 23 | 113 | 0 | 22 | 435 | 76 | 63 |
| Binary | 10101001 | 110100 | 11010000 | 10011 | 1001011 | 0 | 10010 | 100011101 | 111110 | 110011 |
Color Harmonies of #A934D0
Complementary color
Monochromatic Colors of #A934D0
Black with #A934D0
Text Example
Text Example
White with #A934D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A934D0; }
p { color: rgb(169,52,208); }
H1.HeaderClassName
{
color: #A934D0;
}
.AnyTagClassName
{
color: #A934D0;
}
</style>
background-color css
<style>
a { background-color: #A934D0; }
a { background-color: rgb(169,52,208); }
div.DivClassName
{
background-color: #A934D0;
}
.BgClassName
{
background-color: #A934D0;
}
</style>
border-color css
<style>
span { border-color: #A934D0; }
span { border-color: rgb(169,52,208); }
td.TdClassName
{
border-color: #A934D0;
}
.TagClassName
{
border-color: #A934D0;
}
</style>