Shades of Dark Orchid #A81AAC
Tints of Dark Orchid #A81AAC
RGB
CMYK
RGB Variations
Color information
#A81AAC (or 0xA81AAC) is known color: Dark Orchid. HEX triplet: A8, 1A and AC. RGB value is (168,26,172). Sum of RGB (Red+Green+Blue) = 168+26+172=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #A81AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81AAC is #57E553. Grayscale: #545454. Windows color (decimal): -5760340 or 11279016. OLE color: 11279016.
HSL color Cylindrical-coordinate representation of color #A81AAC: hue angle of 298.36º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81AAC is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 26 | 172 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.33 |
| HSL | 298.36º | 0.74% | 0.39% | - |
| HSV(B) | 298.36º | 0.85% | 0.67% | - |
| XYZ | 23.96 | 12.04 | 40.09 | - |
| YUV | 85.1 | 177.04 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 172 | 0.02 | 0.85 | 0 | 0.33 | 298.36 | 0.74 | 0.39 |
| Hex | A8 | 1A | AC | 2 | 55 | 0 | 21 | 12A | 4A | 27 |
| Octal | 250 | 32 | 254 | 2 | 125 | 0 | 41 | 452 | 112 | 47 |
| Binary | 10101000 | 11010 | 10101100 | 10 | 1010101 | 0 | 100001 | 100101010 | 1001010 | 100111 |
Color Harmonies of #A81AAC
Complementary color
Monochromatic Colors of #A81AAC
Black with #A81AAC
Text Example
Text Example
White with #A81AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81AAC; }
p { color: rgb(168,26,172); }
H1.HeaderClassName
{
color: #A81AAC;
}
.AnyTagClassName
{
color: #A81AAC;
}
</style>
background-color css
<style>
a { background-color: #A81AAC; }
a { background-color: rgb(168,26,172); }
div.DivClassName
{
background-color: #A81AAC;
}
.BgClassName
{
background-color: #A81AAC;
}
</style>
border-color css
<style>
span { border-color: #A81AAC; }
span { border-color: rgb(168,26,172); }
td.TdClassName
{
border-color: #A81AAC;
}
.TagClassName
{
border-color: #A81AAC;
}
</style>