Shades of Dark Orchid #A926E8
Tints of Dark Orchid #A926E8
RGB
CMYK
RGB Variations
Color information
#A926E8 (or 0xA926E8) is known color: Dark Orchid. HEX triplet: A9, 26 and E8. RGB value is (169,38,232). Sum of RGB (Red+Green+Blue) = 169+38+232=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #A926E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A926E8 is #56D917. Grayscale: #626262. Windows color (decimal): -5691672 or 15214249. OLE color: 15214249.
HSL color Cylindrical-coordinate representation of color #A926E8: hue angle of 280.52º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A926E8 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 38 | 232 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.09 |
| HSL | 280.52º | 0.81% | 0.53% | - |
| HSV(B) | 280.52º | 0.84% | 0.91% | - |
| XYZ | 31.62 | 15.65 | 77.7 | - |
| YUV | 99.29 | 202.9 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 232 | 0.27 | 0.84 | 0 | 0.09 | 280.52 | 0.81 | 0.53 |
| Hex | A9 | 26 | E8 | 1B | 54 | 0 | 9 | 119 | 51 | 35 |
| Octal | 251 | 46 | 350 | 33 | 124 | 0 | 11 | 431 | 121 | 65 |
| Binary | 10101001 | 100110 | 11101000 | 11011 | 1010100 | 0 | 1001 | 100011001 | 1010001 | 110101 |
Color Harmonies of #A926E8
Complementary color
Monochromatic Colors of #A926E8
Black with #A926E8
Text Example
Text Example
White with #A926E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A926E8; }
p { color: rgb(169,38,232); }
H1.HeaderClassName
{
color: #A926E8;
}
.AnyTagClassName
{
color: #A926E8;
}
</style>
background-color css
<style>
a { background-color: #A926E8; }
a { background-color: rgb(169,38,232); }
div.DivClassName
{
background-color: #A926E8;
}
.BgClassName
{
background-color: #A926E8;
}
</style>
border-color css
<style>
span { border-color: #A926E8; }
span { border-color: rgb(169,38,232); }
td.TdClassName
{
border-color: #A926E8;
}
.TagClassName
{
border-color: #A926E8;
}
</style>