Shades of Dark Orchid #A926D5
Tints of Dark Orchid #A926D5
RGB
CMYK
RGB Variations
Color information
#A926D5 (or 0xA926D5) is known color: Dark Orchid. HEX triplet: A9, 26 and D5. RGB value is (169,38,213). Sum of RGB (Red+Green+Blue) = 169+38+213=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #A926D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A926D5 is #56D92A. Grayscale: #606060. Windows color (decimal): -5691691 or 13969065. OLE color: 13969065.
HSL color Cylindrical-coordinate representation of color #A926D5: hue angle of 284.91º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A926D5 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 38 | 213 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.16 |
| HSL | 284.91º | 0.7% | 0.49% | - |
| HSV(B) | 284.91º | 0.82% | 0.84% | - |
| XYZ | 29.07 | 14.63 | 64.24 | - |
| YUV | 97.12 | 193.4 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 213 | 0.21 | 0.82 | 0 | 0.16 | 284.91 | 0.7 | 0.49 |
| Hex | A9 | 26 | D5 | 15 | 52 | 0 | 10 | 11D | 46 | 31 |
| Octal | 251 | 46 | 325 | 25 | 122 | 0 | 20 | 435 | 106 | 61 |
| Binary | 10101001 | 100110 | 11010101 | 10101 | 1010010 | 0 | 10000 | 100011101 | 1000110 | 110001 |
Color Harmonies of #A926D5
Complementary color
Monochromatic Colors of #A926D5
Black with #A926D5
Text Example
Text Example
White with #A926D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A926D5; }
p { color: rgb(169,38,213); }
H1.HeaderClassName
{
color: #A926D5;
}
.AnyTagClassName
{
color: #A926D5;
}
</style>
background-color css
<style>
a { background-color: #A926D5; }
a { background-color: rgb(169,38,213); }
div.DivClassName
{
background-color: #A926D5;
}
.BgClassName
{
background-color: #A926D5;
}
</style>
border-color css
<style>
span { border-color: #A926D5; }
span { border-color: rgb(169,38,213); }
td.TdClassName
{
border-color: #A926D5;
}
.TagClassName
{
border-color: #A926D5;
}
</style>