Shades of Dark Orchid #A61BCE
Tints of Dark Orchid #A61BCE
RGB
CMYK
RGB Variations
Color information
#A61BCE (or 0xA61BCE) is known color: Dark Orchid. HEX triplet: A6, 1B and CE. RGB value is (166,27,206). Sum of RGB (Red+Green+Blue) = 166+27+206=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #A61BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61BCE is #59E431. Grayscale: #585858. Windows color (decimal): -5891122 or 13507494. OLE color: 13507494.
HSL color Cylindrical-coordinate representation of color #A61BCE: hue angle of 286.59º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61BCE is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 27 | 206 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.19 |
| HSL | 286.59º | 0.77% | 0.46% | - |
| HSV(B) | 286.59º | 0.87% | 0.81% | - |
| XYZ | 27.26 | 13.35 | 59.53 | - |
| YUV | 88.97 | 194.05 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 27 | 206 | 0.19 | 0.87 | 0 | 0.19 | 286.59 | 0.77 | 0.46 |
| Hex | A6 | 1B | CE | 13 | 57 | 0 | 13 | 11F | 4D | 2E |
| Octal | 246 | 33 | 316 | 23 | 127 | 0 | 23 | 437 | 115 | 56 |
| Binary | 10100110 | 11011 | 11001110 | 10011 | 1010111 | 0 | 10011 | 100011111 | 1001101 | 101110 |
Color Harmonies of #A61BCE
Complementary color
Monochromatic Colors of #A61BCE
Black with #A61BCE
Text Example
Text Example
White with #A61BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61BCE; }
p { color: rgb(166,27,206); }
H1.HeaderClassName
{
color: #A61BCE;
}
.AnyTagClassName
{
color: #A61BCE;
}
</style>
background-color css
<style>
a { background-color: #A61BCE; }
a { background-color: rgb(166,27,206); }
div.DivClassName
{
background-color: #A61BCE;
}
.BgClassName
{
background-color: #A61BCE;
}
</style>
border-color css
<style>
span { border-color: #A61BCE; }
span { border-color: rgb(166,27,206); }
td.TdClassName
{
border-color: #A61BCE;
}
.TagClassName
{
border-color: #A61BCE;
}
</style>