Shades of Dark Orchid #A81FAC
Tints of Dark Orchid #A81FAC
RGB
CMYK
RGB Variations
Color information
#A81FAC (or 0xA81FAC) is known color: Dark Orchid. HEX triplet: A8, 1F and AC. RGB value is (168,31,172). Sum of RGB (Red+Green+Blue) = 168+31+172=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #A81FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81FAC is #57E053. Grayscale: #575757. Windows color (decimal): -5759060 or 11280296. OLE color: 11280296.
HSL color Cylindrical-coordinate representation of color #A81FAC: hue angle of 298.3º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81FAC is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 31 | 172 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.33 |
| HSL | 298.3º | 0.69% | 0.4% | - |
| HSV(B) | 298.3º | 0.82% | 0.67% | - |
| XYZ | 24.08 | 12.28 | 40.13 | - |
| YUV | 88.04 | 175.39 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 172 | 0.02 | 0.82 | 0 | 0.33 | 298.3 | 0.69 | 0.4 |
| Hex | A8 | 1F | AC | 2 | 52 | 0 | 21 | 12A | 45 | 28 |
| Octal | 250 | 37 | 254 | 2 | 122 | 0 | 41 | 452 | 105 | 50 |
| Binary | 10101000 | 11111 | 10101100 | 10 | 1010010 | 0 | 100001 | 100101010 | 1000101 | 101000 |
Color Harmonies of #A81FAC
Complementary color
Monochromatic Colors of #A81FAC
Black with #A81FAC
Text Example
Text Example
White with #A81FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81FAC; }
p { color: rgb(168,31,172); }
H1.HeaderClassName
{
color: #A81FAC;
}
.AnyTagClassName
{
color: #A81FAC;
}
</style>
background-color css
<style>
a { background-color: #A81FAC; }
a { background-color: rgb(168,31,172); }
div.DivClassName
{
background-color: #A81FAC;
}
.BgClassName
{
background-color: #A81FAC;
}
</style>
border-color css
<style>
span { border-color: #A81FAC; }
span { border-color: rgb(168,31,172); }
td.TdClassName
{
border-color: #A81FAC;
}
.TagClassName
{
border-color: #A81FAC;
}
</style>