Shades of Dark Orchid #A81FAB
Tints of Dark Orchid #A81FAB
RGB
CMYK
RGB Variations
Color information
#A81FAB (or 0xA81FAB) is known color: Dark Orchid. HEX triplet: A8, 1F and AB. RGB value is (168,31,171). Sum of RGB (Red+Green+Blue) = 168+31+171=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #A81FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81FAB is #57E054. Grayscale: #575757. Windows color (decimal): -5759061 or 11214760. OLE color: 11214760.
HSL color Cylindrical-coordinate representation of color #A81FAB: hue angle of 298.71º 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 #A81FAB is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 31 | 171 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.33 |
| HSL | 298.71º | 0.69% | 0.4% | - |
| HSV(B) | 298.71º | 0.82% | 0.67% | - |
| XYZ | 23.99 | 12.25 | 39.63 | - |
| YUV | 87.92 | 174.89 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 171 | 0.02 | 0.82 | 0 | 0.33 | 298.71 | 0.69 | 0.4 |
| Hex | A8 | 1F | AB | 2 | 52 | 0 | 21 | 12B | 45 | 28 |
| Octal | 250 | 37 | 253 | 2 | 122 | 0 | 41 | 453 | 105 | 50 |
| Binary | 10101000 | 11111 | 10101011 | 10 | 1010010 | 0 | 100001 | 100101011 | 1000101 | 101000 |
Color Harmonies of #A81FAB
Complementary color
Monochromatic Colors of #A81FAB
Black with #A81FAB
Text Example
Text Example
White with #A81FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81FAB; }
p { color: rgb(168,31,171); }
H1.HeaderClassName
{
color: #A81FAB;
}
.AnyTagClassName
{
color: #A81FAB;
}
</style>
background-color css
<style>
a { background-color: #A81FAB; }
a { background-color: rgb(168,31,171); }
div.DivClassName
{
background-color: #A81FAB;
}
.BgClassName
{
background-color: #A81FAB;
}
</style>
border-color css
<style>
span { border-color: #A81FAB; }
span { border-color: rgb(168,31,171); }
td.TdClassName
{
border-color: #A81FAB;
}
.TagClassName
{
border-color: #A81FAB;
}
</style>