Shades of Dark Orchid #A92ADB
Tints of Dark Orchid #A92ADB
RGB
CMYK
RGB Variations
Color information
#A92ADB (or 0xA92ADB) is known color: Dark Orchid. HEX triplet: A9, 2A and DB. RGB value is (169,42,219). Sum of RGB (Red+Green+Blue) = 169+42+219=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #A92ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ADB is #56D524. Grayscale: #636363. Windows color (decimal): -5690661 or 14363305. OLE color: 14363305.
HSL color Cylindrical-coordinate representation of color #A92ADB: hue angle of 283.05º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A92ADB is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 42 | 219 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.14 |
| HSL | 283.05º | 0.71% | 0.51% | - |
| HSV(B) | 283.05º | 0.81% | 0.86% | - |
| XYZ | 29.98 | 15.21 | 68.37 | - |
| YUV | 100.15 | 195.08 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 219 | 0.23 | 0.81 | 0 | 0.14 | 283.05 | 0.71 | 0.51 |
| Hex | A9 | 2A | DB | 17 | 51 | 0 | E | 11B | 47 | 33 |
| Octal | 251 | 52 | 333 | 27 | 121 | 0 | 16 | 433 | 107 | 63 |
| Binary | 10101001 | 101010 | 11011011 | 10111 | 1010001 | 0 | 1110 | 100011011 | 1000111 | 110011 |
Color Harmonies of #A92ADB
Complementary color
Monochromatic Colors of #A92ADB
Black with #A92ADB
Text Example
Text Example
White with #A92ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92ADB; }
p { color: rgb(169,42,219); }
H1.HeaderClassName
{
color: #A92ADB;
}
.AnyTagClassName
{
color: #A92ADB;
}
</style>
background-color css
<style>
a { background-color: #A92ADB; }
a { background-color: rgb(169,42,219); }
div.DivClassName
{
background-color: #A92ADB;
}
.BgClassName
{
background-color: #A92ADB;
}
</style>
border-color css
<style>
span { border-color: #A92ADB; }
span { border-color: rgb(169,42,219); }
td.TdClassName
{
border-color: #A92ADB;
}
.TagClassName
{
border-color: #A92ADB;
}
</style>