Shades of Dark Orchid #A81AD7
Tints of Dark Orchid #A81AD7
RGB
CMYK
RGB Variations
Color information
#A81AD7 (or 0xA81AD7) is known color: Dark Orchid. HEX triplet: A8, 1A and D7. RGB value is (168,26,215). Sum of RGB (Red+Green+Blue) = 168+26+215=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #A81AD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81AD7 is #57E528. Grayscale: #595959. Windows color (decimal): -5760297 or 14097064. OLE color: 14097064.
HSL color Cylindrical-coordinate representation of color #A81AD7: hue angle of 285.08º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81AD7 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 26 | 215 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.16 |
| HSL | 285.08º | 0.78% | 0.47% | - |
| HSV(B) | 285.08º | 0.88% | 0.84% | - |
| XYZ | 28.78 | 13.97 | 65.47 | - |
| YUV | 90 | 198.54 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 215 | 0.22 | 0.88 | 0 | 0.16 | 285.08 | 0.78 | 0.47 |
| Hex | A8 | 1A | D7 | 16 | 58 | 0 | 10 | 11D | 4E | 2F |
| Octal | 250 | 32 | 327 | 26 | 130 | 0 | 20 | 435 | 116 | 57 |
| Binary | 10101000 | 11010 | 11010111 | 10110 | 1011000 | 0 | 10000 | 100011101 | 1001110 | 101111 |
Color Harmonies of #A81AD7
Complementary color
Monochromatic Colors of #A81AD7
Black with #A81AD7
Text Example
Text Example
White with #A81AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81AD7; }
p { color: rgb(168,26,215); }
H1.HeaderClassName
{
color: #A81AD7;
}
.AnyTagClassName
{
color: #A81AD7;
}
</style>
background-color css
<style>
a { background-color: #A81AD7; }
a { background-color: rgb(168,26,215); }
div.DivClassName
{
background-color: #A81AD7;
}
.BgClassName
{
background-color: #A81AD7;
}
</style>
border-color css
<style>
span { border-color: #A81AD7; }
span { border-color: rgb(168,26,215); }
td.TdClassName
{
border-color: #A81AD7;
}
.TagClassName
{
border-color: #A81AD7;
}
</style>