Shades of Dark Orchid #A92EBD
Tints of Dark Orchid #A92EBD
RGB
CMYK
RGB Variations
Color information
#A92EBD (or 0xA92EBD) is known color: Dark Orchid. HEX triplet: A9, 2E and BD. RGB value is (169,46,189). Sum of RGB (Red+Green+Blue) = 169+46+189=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #A92EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92EBD is #56D142. Grayscale: #626262. Windows color (decimal): -5689667 or 12398249. OLE color: 12398249.
HSL color Cylindrical-coordinate representation of color #A92EBD: hue angle of 291.61º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92EBD is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 46 | 189 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.26 |
| HSL | 291.61º | 0.61% | 0.46% | - |
| HSV(B) | 291.61º | 0.76% | 0.74% | - |
| XYZ | 26.52 | 14.06 | 49.46 | - |
| YUV | 99.08 | 178.75 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 46 | 189 | 0.11 | 0.76 | 0 | 0.26 | 291.61 | 0.61 | 0.46 |
| Hex | A9 | 2E | BD | B | 4C | 0 | 1A | 124 | 3D | 2E |
| Octal | 251 | 56 | 275 | 13 | 114 | 0 | 32 | 444 | 75 | 56 |
| Binary | 10101001 | 101110 | 10111101 | 1011 | 1001100 | 0 | 11010 | 100100100 | 111101 | 101110 |
Color Harmonies of #A92EBD
Complementary color
Monochromatic Colors of #A92EBD
Black with #A92EBD
Text Example
Text Example
White with #A92EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92EBD; }
p { color: rgb(169,46,189); }
H1.HeaderClassName
{
color: #A92EBD;
}
.AnyTagClassName
{
color: #A92EBD;
}
</style>
background-color css
<style>
a { background-color: #A92EBD; }
a { background-color: rgb(169,46,189); }
div.DivClassName
{
background-color: #A92EBD;
}
.BgClassName
{
background-color: #A92EBD;
}
</style>
border-color css
<style>
span { border-color: #A92EBD; }
span { border-color: rgb(169,46,189); }
td.TdClassName
{
border-color: #A92EBD;
}
.TagClassName
{
border-color: #A92EBD;
}
</style>