Shades of Dark Orchid #A922DA
Tints of Dark Orchid #A922DA
RGB
CMYK
RGB Variations
Color information
#A922DA (or 0xA922DA) is known color: Dark Orchid. HEX triplet: A9, 22 and DA. RGB value is (169,34,218). Sum of RGB (Red+Green+Blue) = 169+34+218=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #A922DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A922DA is #56DD25. Grayscale: #5E5E5E. Windows color (decimal): -5692710 or 14295721. OLE color: 14295721.
HSL color Cylindrical-coordinate representation of color #A922DA: hue angle of 284.02º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A922DA is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 34 | 218 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.15 |
| HSL | 284.02º | 0.73% | 0.49% | - |
| HSV(B) | 284.02º | 0.84% | 0.85% | - |
| XYZ | 29.59 | 14.64 | 67.6 | - |
| YUV | 95.34 | 197.23 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 34 | 218 | 0.22 | 0.84 | 0 | 0.15 | 284.02 | 0.73 | 0.49 |
| Hex | A9 | 22 | DA | 16 | 54 | 0 | F | 11C | 49 | 31 |
| Octal | 251 | 42 | 332 | 26 | 124 | 0 | 17 | 434 | 111 | 61 |
| Binary | 10101001 | 100010 | 11011010 | 10110 | 1010100 | 0 | 1111 | 100011100 | 1001001 | 110001 |
Color Harmonies of #A922DA
Complementary color
Monochromatic Colors of #A922DA
Black with #A922DA
Text Example
Text Example
White with #A922DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A922DA; }
p { color: rgb(169,34,218); }
H1.HeaderClassName
{
color: #A922DA;
}
.AnyTagClassName
{
color: #A922DA;
}
</style>
background-color css
<style>
a { background-color: #A922DA; }
a { background-color: rgb(169,34,218); }
div.DivClassName
{
background-color: #A922DA;
}
.BgClassName
{
background-color: #A922DA;
}
</style>
border-color css
<style>
span { border-color: #A922DA; }
span { border-color: rgb(169,34,218); }
td.TdClassName
{
border-color: #A922DA;
}
.TagClassName
{
border-color: #A922DA;
}
</style>