Shades of Dark Orchid #A81AB5
Tints of Dark Orchid #A81AB5
RGB
CMYK
RGB Variations
Color information
#A81AB5 (or 0xA81AB5) is known color: Dark Orchid. HEX triplet: A8, 1A and B5. RGB value is (168,26,181). Sum of RGB (Red+Green+Blue) = 168+26+181=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #A81AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81AB5 is #57E54A. Grayscale: #555555. Windows color (decimal): -5760331 or 11868840. OLE color: 11868840.
HSL color Cylindrical-coordinate representation of color #A81AB5: hue angle of 294.97º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81AB5 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 26 | 181 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.29 |
| HSL | 294.97º | 0.75% | 0.41% | - |
| HSV(B) | 294.97º | 0.86% | 0.71% | - |
| XYZ | 24.86 | 12.4 | 44.8 | - |
| YUV | 86.13 | 181.54 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 181 | 0.07 | 0.86 | 0 | 0.29 | 294.97 | 0.75 | 0.41 |
| Hex | A8 | 1A | B5 | 7 | 56 | 0 | 1D | 127 | 4B | 29 |
| Octal | 250 | 32 | 265 | 7 | 126 | 0 | 35 | 447 | 113 | 51 |
| Binary | 10101000 | 11010 | 10110101 | 111 | 1010110 | 0 | 11101 | 100100111 | 1001011 | 101001 |
Color Harmonies of #A81AB5
Complementary color
Monochromatic Colors of #A81AB5
Black with #A81AB5
Text Example
Text Example
White with #A81AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81AB5; }
p { color: rgb(168,26,181); }
H1.HeaderClassName
{
color: #A81AB5;
}
.AnyTagClassName
{
color: #A81AB5;
}
</style>
background-color css
<style>
a { background-color: #A81AB5; }
a { background-color: rgb(168,26,181); }
div.DivClassName
{
background-color: #A81AB5;
}
.BgClassName
{
background-color: #A81AB5;
}
</style>
border-color css
<style>
span { border-color: #A81AB5; }
span { border-color: rgb(168,26,181); }
td.TdClassName
{
border-color: #A81AB5;
}
.TagClassName
{
border-color: #A81AB5;
}
</style>