Shades of Dark Orchid #A92ADA
Tints of Dark Orchid #A92ADA
RGB
CMYK
RGB Variations
Color information
#A92ADA (or 0xA92ADA) is known color: Dark Orchid. HEX triplet: A9, 2A and DA. RGB value is (169,42,218). Sum of RGB (Red+Green+Blue) = 169+42+218=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #A92ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ADA is #56D525. Grayscale: #636363. Windows color (decimal): -5690662 or 14297769. OLE color: 14297769.
HSL color Cylindrical-coordinate representation of color #A92ADA: hue angle of 283.3º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A92ADA is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 42 | 218 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.15 |
| HSL | 283.3º | 0.7% | 0.51% | - |
| HSV(B) | 283.3º | 0.81% | 0.85% | - |
| XYZ | 29.85 | 15.15 | 67.68 | - |
| YUV | 100.04 | 194.58 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 218 | 0.22 | 0.81 | 0 | 0.15 | 283.3 | 0.7 | 0.51 |
| Hex | A9 | 2A | DA | 16 | 51 | 0 | F | 11B | 46 | 33 |
| Octal | 251 | 52 | 332 | 26 | 121 | 0 | 17 | 433 | 106 | 63 |
| Binary | 10101001 | 101010 | 11011010 | 10110 | 1010001 | 0 | 1111 | 100011011 | 1000110 | 110011 |
Color Harmonies of #A92ADA
Complementary color
Monochromatic Colors of #A92ADA
Black with #A92ADA
Text Example
Text Example
White with #A92ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92ADA; }
p { color: rgb(169,42,218); }
H1.HeaderClassName
{
color: #A92ADA;
}
.AnyTagClassName
{
color: #A92ADA;
}
</style>
background-color css
<style>
a { background-color: #A92ADA; }
a { background-color: rgb(169,42,218); }
div.DivClassName
{
background-color: #A92ADA;
}
.BgClassName
{
background-color: #A92ADA;
}
</style>
border-color css
<style>
span { border-color: #A92ADA; }
span { border-color: rgb(169,42,218); }
td.TdClassName
{
border-color: #A92ADA;
}
.TagClassName
{
border-color: #A92ADA;
}
</style>