Shades of Dark Orchid #A92DBE
Tints of Dark Orchid #A92DBE
RGB
CMYK
RGB Variations
Color information
#A92DBE (or 0xA92DBE) is known color: Dark Orchid. HEX triplet: A9, 2D and BE. RGB value is (169,45,190). Sum of RGB (Red+Green+Blue) = 169+45+190=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #A92DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92DBE is #56D241. Grayscale: #626262. Windows color (decimal): -5689922 or 12463529. OLE color: 12463529.
HSL color Cylindrical-coordinate representation of color #A92DBE: hue angle of 291.31º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92DBE is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 45 | 190 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.25 |
| HSL | 291.31º | 0.62% | 0.46% | - |
| HSV(B) | 291.31º | 0.76% | 0.75% | - |
| XYZ | 26.59 | 14.03 | 50.02 | - |
| YUV | 98.61 | 179.58 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 190 | 0.11 | 0.76 | 0 | 0.25 | 291.31 | 0.62 | 0.46 |
| Hex | A9 | 2D | BE | B | 4C | 0 | 19 | 123 | 3E | 2E |
| Octal | 251 | 55 | 276 | 13 | 114 | 0 | 31 | 443 | 76 | 56 |
| Binary | 10101001 | 101101 | 10111110 | 1011 | 1001100 | 0 | 11001 | 100100011 | 111110 | 101110 |
Color Harmonies of #A92DBE
Complementary color
Monochromatic Colors of #A92DBE
Black with #A92DBE
Text Example
Text Example
White with #A92DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92DBE; }
p { color: rgb(169,45,190); }
H1.HeaderClassName
{
color: #A92DBE;
}
.AnyTagClassName
{
color: #A92DBE;
}
</style>
background-color css
<style>
a { background-color: #A92DBE; }
a { background-color: rgb(169,45,190); }
div.DivClassName
{
background-color: #A92DBE;
}
.BgClassName
{
background-color: #A92DBE;
}
</style>
border-color css
<style>
span { border-color: #A92DBE; }
span { border-color: rgb(169,45,190); }
td.TdClassName
{
border-color: #A92DBE;
}
.TagClassName
{
border-color: #A92DBE;
}
</style>