Shades of Dark Orchid #A81DAA
Tints of Dark Orchid #A81DAA
RGB
CMYK
RGB Variations
Color information
#A81DAA (or 0xA81DAA) is known color: Dark Orchid. HEX triplet: A8, 1D and AA. RGB value is (168,29,170). Sum of RGB (Red+Green+Blue) = 168+29+170=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #A81DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81DAA is #57E255. Grayscale: #565656. Windows color (decimal): -5759574 or 11148712. OLE color: 11148712.
HSL color Cylindrical-coordinate representation of color #A81DAA: hue angle of 299.15º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81DAA is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 29 | 170 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.33 |
| HSL | 299.15º | 0.71% | 0.39% | - |
| HSV(B) | 299.15º | 0.83% | 0.67% | - |
| XYZ | 23.84 | 12.11 | 39.11 | - |
| YUV | 86.64 | 175.05 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 170 | 0.01 | 0.83 | 0 | 0.33 | 299.15 | 0.71 | 0.39 |
| Hex | A8 | 1D | AA | 1 | 53 | 0 | 21 | 12B | 47 | 27 |
| Octal | 250 | 35 | 252 | 1 | 123 | 0 | 41 | 453 | 107 | 47 |
| Binary | 10101000 | 11101 | 10101010 | 1 | 1010011 | 0 | 100001 | 100101011 | 1000111 | 100111 |
Color Harmonies of #A81DAA
Complementary color
Monochromatic Colors of #A81DAA
Black with #A81DAA
Text Example
Text Example
White with #A81DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DAA; }
p { color: rgb(168,29,170); }
H1.HeaderClassName
{
color: #A81DAA;
}
.AnyTagClassName
{
color: #A81DAA;
}
</style>
background-color css
<style>
a { background-color: #A81DAA; }
a { background-color: rgb(168,29,170); }
div.DivClassName
{
background-color: #A81DAA;
}
.BgClassName
{
background-color: #A81DAA;
}
</style>
border-color css
<style>
span { border-color: #A81DAA; }
span { border-color: rgb(168,29,170); }
td.TdClassName
{
border-color: #A81DAA;
}
.TagClassName
{
border-color: #A81DAA;
}
</style>