Shades of Dark Orchid #A81DB5
Tints of Dark Orchid #A81DB5
RGB
CMYK
RGB Variations
Color information
#A81DB5 (or 0xA81DB5) is known color: Dark Orchid. HEX triplet: A8, 1D and B5. RGB value is (168,29,181). Sum of RGB (Red+Green+Blue) = 168+29+181=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 181 - color contains mainly: blue. Hex color #A81DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81DB5 is #57E24A. Grayscale: #575757. Windows color (decimal): -5759563 or 11869608. OLE color: 11869608.
HSL color Cylindrical-coordinate representation of color #A81DB5: hue angle of 294.87º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81DB5 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 29 | 181 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.29 |
| HSL | 294.87º | 0.72% | 0.41% | - |
| HSV(B) | 294.87º | 0.84% | 0.71% | - |
| XYZ | 24.93 | 12.54 | 44.82 | - |
| YUV | 87.89 | 180.55 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 181 | 0.07 | 0.84 | 0 | 0.29 | 294.87 | 0.72 | 0.41 |
| Hex | A8 | 1D | B5 | 7 | 54 | 0 | 1D | 127 | 48 | 29 |
| Octal | 250 | 35 | 265 | 7 | 124 | 0 | 35 | 447 | 110 | 51 |
| Binary | 10101000 | 11101 | 10110101 | 111 | 1010100 | 0 | 11101 | 100100111 | 1001000 | 101001 |
Color Harmonies of #A81DB5
Complementary color
Monochromatic Colors of #A81DB5
Black with #A81DB5
Text Example
Text Example
White with #A81DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DB5; }
p { color: rgb(168,29,181); }
H1.HeaderClassName
{
color: #A81DB5;
}
.AnyTagClassName
{
color: #A81DB5;
}
</style>
background-color css
<style>
a { background-color: #A81DB5; }
a { background-color: rgb(168,29,181); }
div.DivClassName
{
background-color: #A81DB5;
}
.BgClassName
{
background-color: #A81DB5;
}
</style>
border-color css
<style>
span { border-color: #A81DB5; }
span { border-color: rgb(168,29,181); }
td.TdClassName
{
border-color: #A81DB5;
}
.TagClassName
{
border-color: #A81DB5;
}
</style>