Shades of Dark Orchid #A61BE0
Tints of Dark Orchid #A61BE0
RGB
CMYK
RGB Variations
Color information
#A61BE0 (or 0xA61BE0) is known color: Dark Orchid. HEX triplet: A6, 1B and E0. RGB value is (166,27,224). Sum of RGB (Red+Green+Blue) = 166+27+224=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #A61BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61BE0 is #59E41F. Grayscale: #5A5A5A. Windows color (decimal): -5891104 or 14687142. OLE color: 14687142.
HSL color Cylindrical-coordinate representation of color #A61BE0: hue angle of 282.34º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61BE0 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 27 | 224 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.12 |
| HSL | 282.34º | 0.78% | 0.49% | - |
| HSV(B) | 282.34º | 0.88% | 0.88% | - |
| XYZ | 29.57 | 14.27 | 71.72 | - |
| YUV | 91.02 | 203.05 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 27 | 224 | 0.26 | 0.88 | 0 | 0.12 | 282.34 | 0.78 | 0.49 |
| Hex | A6 | 1B | E0 | 1A | 58 | 0 | C | 11A | 4E | 31 |
| Octal | 246 | 33 | 340 | 32 | 130 | 0 | 14 | 432 | 116 | 61 |
| Binary | 10100110 | 11011 | 11100000 | 11010 | 1011000 | 0 | 1100 | 100011010 | 1001110 | 110001 |
Color Harmonies of #A61BE0
Complementary color
Monochromatic Colors of #A61BE0
Black with #A61BE0
Text Example
Text Example
White with #A61BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61BE0; }
p { color: rgb(166,27,224); }
H1.HeaderClassName
{
color: #A61BE0;
}
.AnyTagClassName
{
color: #A61BE0;
}
</style>
background-color css
<style>
a { background-color: #A61BE0; }
a { background-color: rgb(166,27,224); }
div.DivClassName
{
background-color: #A61BE0;
}
.BgClassName
{
background-color: #A61BE0;
}
</style>
border-color css
<style>
span { border-color: #A61BE0; }
span { border-color: rgb(166,27,224); }
td.TdClassName
{
border-color: #A61BE0;
}
.TagClassName
{
border-color: #A61BE0;
}
</style>