Shades of Dark Orchid #A926D0
Tints of Dark Orchid #A926D0
RGB
CMYK
RGB Variations
Color information
#A926D0 (or 0xA926D0) is known color: Dark Orchid. HEX triplet: A9, 26 and D0. RGB value is (169,38,208). Sum of RGB (Red+Green+Blue) = 169+38+208=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #A926D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A926D0 is #56D92F. Grayscale: #5F5F5F. Windows color (decimal): -5691696 or 13641385. OLE color: 13641385.
HSL color Cylindrical-coordinate representation of color #A926D0: hue angle of 286.24º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A926D0 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 38 | 208 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.18 |
| HSL | 286.24º | 0.69% | 0.48% | - |
| HSV(B) | 286.24º | 0.82% | 0.82% | - |
| XYZ | 28.44 | 14.38 | 60.95 | - |
| YUV | 96.55 | 190.9 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 208 | 0.19 | 0.82 | 0 | 0.18 | 286.24 | 0.69 | 0.48 |
| Hex | A9 | 26 | D0 | 13 | 52 | 0 | 12 | 11E | 45 | 30 |
| Octal | 251 | 46 | 320 | 23 | 122 | 0 | 22 | 436 | 105 | 60 |
| Binary | 10101001 | 100110 | 11010000 | 10011 | 1010010 | 0 | 10010 | 100011110 | 1000101 | 110000 |
Color Harmonies of #A926D0
Complementary color
Monochromatic Colors of #A926D0
Black with #A926D0
Text Example
Text Example
White with #A926D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A926D0; }
p { color: rgb(169,38,208); }
H1.HeaderClassName
{
color: #A926D0;
}
.AnyTagClassName
{
color: #A926D0;
}
</style>
background-color css
<style>
a { background-color: #A926D0; }
a { background-color: rgb(169,38,208); }
div.DivClassName
{
background-color: #A926D0;
}
.BgClassName
{
background-color: #A926D0;
}
</style>
border-color css
<style>
span { border-color: #A926D0; }
span { border-color: rgb(169,38,208); }
td.TdClassName
{
border-color: #A926D0;
}
.TagClassName
{
border-color: #A926D0;
}
</style>