Shades of Dark Orchid #A81ADA
Tints of Dark Orchid #A81ADA
RGB
CMYK
RGB Variations
Color information
#A81ADA (or 0xA81ADA) is known color: Dark Orchid. HEX triplet: A8, 1A and DA. RGB value is (168,26,218). Sum of RGB (Red+Green+Blue) = 168+26+218=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #A81ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81ADA is #57E525. Grayscale: #595959. Windows color (decimal): -5760294 or 14293672. OLE color: 14293672.
HSL color Cylindrical-coordinate representation of color #A81ADA: hue angle of 284.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81ADA is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 26 | 218 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.15 |
| HSL | 284.38º | 0.79% | 0.48% | - |
| HSV(B) | 284.38º | 0.88% | 0.85% | - |
| XYZ | 29.17 | 14.13 | 67.52 | - |
| YUV | 90.35 | 200.04 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 218 | 0.23 | 0.88 | 0 | 0.15 | 284.38 | 0.79 | 0.48 |
| Hex | A8 | 1A | DA | 17 | 58 | 0 | F | 11C | 4F | 30 |
| Octal | 250 | 32 | 332 | 27 | 130 | 0 | 17 | 434 | 117 | 60 |
| Binary | 10101000 | 11010 | 11011010 | 10111 | 1011000 | 0 | 1111 | 100011100 | 1001111 | 110000 |
Color Harmonies of #A81ADA
Complementary color
Monochromatic Colors of #A81ADA
Black with #A81ADA
Text Example
Text Example
White with #A81ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81ADA; }
p { color: rgb(168,26,218); }
H1.HeaderClassName
{
color: #A81ADA;
}
.AnyTagClassName
{
color: #A81ADA;
}
</style>
background-color css
<style>
a { background-color: #A81ADA; }
a { background-color: rgb(168,26,218); }
div.DivClassName
{
background-color: #A81ADA;
}
.BgClassName
{
background-color: #A81ADA;
}
</style>
border-color css
<style>
span { border-color: #A81ADA; }
span { border-color: rgb(168,26,218); }
td.TdClassName
{
border-color: #A81ADA;
}
.TagClassName
{
border-color: #A81ADA;
}
</style>