Shades of Dark Orchid #A81FAE
Tints of Dark Orchid #A81FAE
RGB
CMYK
RGB Variations
Color information
#A81FAE (or 0xA81FAE) is known color: Dark Orchid. HEX triplet: A8, 1F and AE. RGB value is (168,31,174). Sum of RGB (Red+Green+Blue) = 168+31+174=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #A81FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81FAE is #57E051. Grayscale: #575757. Windows color (decimal): -5759058 or 11411368. OLE color: 11411368.
HSL color Cylindrical-coordinate representation of color #A81FAE: hue angle of 297.48º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81FAE is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 31 | 174 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.32 |
| HSL | 297.48º | 0.7% | 0.4% | - |
| HSV(B) | 297.48º | 0.82% | 0.68% | - |
| XYZ | 24.28 | 12.36 | 41.15 | - |
| YUV | 88.27 | 176.39 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 174 | 0.03 | 0.82 | 0 | 0.32 | 297.48 | 0.7 | 0.4 |
| Hex | A8 | 1F | AE | 3 | 52 | 0 | 20 | 129 | 46 | 28 |
| Octal | 250 | 37 | 256 | 3 | 122 | 0 | 40 | 451 | 106 | 50 |
| Binary | 10101000 | 11111 | 10101110 | 11 | 1010010 | 0 | 100000 | 100101001 | 1000110 | 101000 |
Color Harmonies of #A81FAE
Complementary color
Monochromatic Colors of #A81FAE
Black with #A81FAE
Text Example
Text Example
White with #A81FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81FAE; }
p { color: rgb(168,31,174); }
H1.HeaderClassName
{
color: #A81FAE;
}
.AnyTagClassName
{
color: #A81FAE;
}
</style>
background-color css
<style>
a { background-color: #A81FAE; }
a { background-color: rgb(168,31,174); }
div.DivClassName
{
background-color: #A81FAE;
}
.BgClassName
{
background-color: #A81FAE;
}
</style>
border-color css
<style>
span { border-color: #A81FAE; }
span { border-color: rgb(168,31,174); }
td.TdClassName
{
border-color: #A81FAE;
}
.TagClassName
{
border-color: #A81FAE;
}
</style>