Shades of Dark Orchid #A61FE0
Tints of Dark Orchid #A61FE0
RGB
CMYK
RGB Variations
Color information
#A61FE0 (or 0xA61FE0) is known color: Dark Orchid. HEX triplet: A6, 1F and E0. RGB value is (166,31,224). Sum of RGB (Red+Green+Blue) = 166+31+224=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 224 (87.89% from 255 or 53.21% from 421); Max value from RGB is 224 - color contains mainly: blue. Hex color #A61FE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61FE0 is #59E01F. Grayscale: #5C5C5C. Windows color (decimal): -5890080 or 14688166. OLE color: 14688166.
HSL color Cylindrical-coordinate representation of color #A61FE0: hue angle of 281.97º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61FE0 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 31 | 224 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.12 |
| HSL | 281.97º | 0.76% | 0.5% | - |
| HSV(B) | 281.97º | 0.86% | 0.88% | - |
| XYZ | 29.67 | 14.47 | 71.75 | - |
| YUV | 93.37 | 201.73 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 31 | 224 | 0.26 | 0.86 | 0 | 0.12 | 281.97 | 0.76 | 0.5 |
| Hex | A6 | 1F | E0 | 1A | 56 | 0 | C | 11A | 4C | 32 |
| Octal | 246 | 37 | 340 | 32 | 126 | 0 | 14 | 432 | 114 | 62 |
| Binary | 10100110 | 11111 | 11100000 | 11010 | 1010110 | 0 | 1100 | 100011010 | 1001100 | 110010 |
Color Harmonies of #A61FE0
Complementary color
Monochromatic Colors of #A61FE0
Black with #A61FE0
Text Example
Text Example
White with #A61FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61FE0; }
p { color: rgb(166,31,224); }
H1.HeaderClassName
{
color: #A61FE0;
}
.AnyTagClassName
{
color: #A61FE0;
}
</style>
background-color css
<style>
a { background-color: #A61FE0; }
a { background-color: rgb(166,31,224); }
div.DivClassName
{
background-color: #A61FE0;
}
.BgClassName
{
background-color: #A61FE0;
}
</style>
border-color css
<style>
span { border-color: #A61FE0; }
span { border-color: rgb(166,31,224); }
td.TdClassName
{
border-color: #A61FE0;
}
.TagClassName
{
border-color: #A61FE0;
}
</style>