Shades of Dark Orchid #A81AB7
Tints of Dark Orchid #A81AB7
RGB
CMYK
RGB Variations
Color information
#A81AB7 (or 0xA81AB7) is known color: Dark Orchid. HEX triplet: A8, 1A and B7. RGB value is (168,26,183). Sum of RGB (Red+Green+Blue) = 168+26+183=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #A81AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81AB7 is #57E548. Grayscale: #555555. Windows color (decimal): -5760329 or 11999912. OLE color: 11999912.
HSL color Cylindrical-coordinate representation of color #A81AB7: hue angle of 294.27º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81AB7 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 26 | 183 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.28 |
| HSL | 294.27º | 0.75% | 0.41% | - |
| HSV(B) | 294.27º | 0.86% | 0.72% | - |
| XYZ | 25.07 | 12.48 | 45.89 | - |
| YUV | 86.36 | 182.54 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 183 | 0.08 | 0.86 | 0 | 0.28 | 294.27 | 0.75 | 0.41 |
| Hex | A8 | 1A | B7 | 8 | 56 | 0 | 1C | 126 | 4B | 29 |
| Octal | 250 | 32 | 267 | 10 | 126 | 0 | 34 | 446 | 113 | 51 |
| Binary | 10101000 | 11010 | 10110111 | 1000 | 1010110 | 0 | 11100 | 100100110 | 1001011 | 101001 |
Color Harmonies of #A81AB7
Complementary color
Monochromatic Colors of #A81AB7
Black with #A81AB7
Text Example
Text Example
White with #A81AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81AB7; }
p { color: rgb(168,26,183); }
H1.HeaderClassName
{
color: #A81AB7;
}
.AnyTagClassName
{
color: #A81AB7;
}
</style>
background-color css
<style>
a { background-color: #A81AB7; }
a { background-color: rgb(168,26,183); }
div.DivClassName
{
background-color: #A81AB7;
}
.BgClassName
{
background-color: #A81AB7;
}
</style>
border-color css
<style>
span { border-color: #A81AB7; }
span { border-color: rgb(168,26,183); }
td.TdClassName
{
border-color: #A81AB7;
}
.TagClassName
{
border-color: #A81AB7;
}
</style>