Shades of Dark Orchid #A61BBE
Tints of Dark Orchid #A61BBE
RGB
CMYK
RGB Variations
Color information
#A61BBE (or 0xA61BBE) is known color: Dark Orchid. HEX triplet: A6, 1B and BE. RGB value is (166,27,190). Sum of RGB (Red+Green+Blue) = 166+27+190=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #A61BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61BBE is #59E441. Grayscale: #565656. Windows color (decimal): -5891138 or 12458918. OLE color: 12458918.
HSL color Cylindrical-coordinate representation of color #A61BBE: hue angle of 291.17º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61BBE is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 27 | 190 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.25 |
| HSL | 291.17º | 0.75% | 0.43% | - |
| HSV(B) | 291.17º | 0.86% | 0.75% | - |
| XYZ | 25.41 | 12.61 | 49.81 | - |
| YUV | 87.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 27 | 190 | 0.13 | 0.86 | 0 | 0.25 | 291.17 | 0.75 | 0.43 |
| Hex | A6 | 1B | BE | D | 56 | 0 | 19 | 123 | 4B | 2B |
| Octal | 246 | 33 | 276 | 15 | 126 | 0 | 31 | 443 | 113 | 53 |
| Binary | 10100110 | 11011 | 10111110 | 1101 | 1010110 | 0 | 11001 | 100100011 | 1001011 | 101011 |
Color Harmonies of #A61BBE
Complementary color
Monochromatic Colors of #A61BBE
Black with #A61BBE
Text Example
Text Example
White with #A61BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61BBE; }
p { color: rgb(166,27,190); }
H1.HeaderClassName
{
color: #A61BBE;
}
.AnyTagClassName
{
color: #A61BBE;
}
</style>
background-color css
<style>
a { background-color: #A61BBE; }
a { background-color: rgb(166,27,190); }
div.DivClassName
{
background-color: #A61BBE;
}
.BgClassName
{
background-color: #A61BBE;
}
</style>
border-color css
<style>
span { border-color: #A61BBE; }
span { border-color: rgb(166,27,190); }
td.TdClassName
{
border-color: #A61BBE;
}
.TagClassName
{
border-color: #A61BBE;
}
</style>