Shades of Dark Orchid #A61FAE
Tints of Dark Orchid #A61FAE
RGB
CMYK
RGB Variations
Color information
#A61FAE (or 0xA61FAE) is known color: Dark Orchid. HEX triplet: A6, 1F and AE. RGB value is (166,31,174). Sum of RGB (Red+Green+Blue) = 166+31+174=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #A61FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61FAE is #59E051. Grayscale: #575757. Windows color (decimal): -5890130 or 11411366. OLE color: 11411366.
HSL color Cylindrical-coordinate representation of color #A61FAE: hue angle of 296.64º 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 #A61FAE is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 31 | 174 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.32 |
| HSL | 296.64º | 0.7% | 0.4% | - |
| HSV(B) | 296.64º | 0.82% | 0.68% | - |
| XYZ | 23.86 | 12.14 | 41.13 | - |
| YUV | 87.67 | 176.73 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 31 | 174 | 0.05 | 0.82 | 0 | 0.32 | 296.64 | 0.7 | 0.4 |
| Hex | A6 | 1F | AE | 5 | 52 | 0 | 20 | 129 | 46 | 28 |
| Octal | 246 | 37 | 256 | 5 | 122 | 0 | 40 | 451 | 106 | 50 |
| Binary | 10100110 | 11111 | 10101110 | 101 | 1010010 | 0 | 100000 | 100101001 | 1000110 | 101000 |
Color Harmonies of #A61FAE
Complementary color
Monochromatic Colors of #A61FAE
Black with #A61FAE
Text Example
Text Example
White with #A61FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61FAE; }
p { color: rgb(166,31,174); }
H1.HeaderClassName
{
color: #A61FAE;
}
.AnyTagClassName
{
color: #A61FAE;
}
</style>
background-color css
<style>
a { background-color: #A61FAE; }
a { background-color: rgb(166,31,174); }
div.DivClassName
{
background-color: #A61FAE;
}
.BgClassName
{
background-color: #A61FAE;
}
</style>
border-color css
<style>
span { border-color: #A61FAE; }
span { border-color: rgb(166,31,174); }
td.TdClassName
{
border-color: #A61FAE;
}
.TagClassName
{
border-color: #A61FAE;
}
</style>