Shades of Dark Orchid #A921D8
Tints of Dark Orchid #A921D8
RGB
CMYK
RGB Variations
Color information
#A921D8 (or 0xA921D8) is known color: Dark Orchid. HEX triplet: A9, 21 and D8. RGB value is (169,33,216). Sum of RGB (Red+Green+Blue) = 169+33+216=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 216 (84.77% from 255 or 51.67% from 418); Max value from RGB is 216 - color contains mainly: blue. Hex color #A921D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A921D8 is #56DE27. Grayscale: #5D5D5D. Windows color (decimal): -5692968 or 14164393. OLE color: 14164393.
HSL color Cylindrical-coordinate representation of color #A921D8: hue angle of 284.59º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A921D8 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 33 | 216 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.15 |
| HSL | 284.59º | 0.73% | 0.49% | - |
| HSV(B) | 284.59º | 0.85% | 0.85% | - |
| XYZ | 29.3 | 14.48 | 66.22 | - |
| YUV | 94.53 | 196.56 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 216 | 0.22 | 0.85 | 0 | 0.15 | 284.59 | 0.73 | 0.49 |
| Hex | A9 | 21 | D8 | 16 | 55 | 0 | F | 11D | 49 | 31 |
| Octal | 251 | 41 | 330 | 26 | 125 | 0 | 17 | 435 | 111 | 61 |
| Binary | 10101001 | 100001 | 11011000 | 10110 | 1010101 | 0 | 1111 | 100011101 | 1001001 | 110001 |
Color Harmonies of #A921D8
Complementary color
Monochromatic Colors of #A921D8
Black with #A921D8
Text Example
Text Example
White with #A921D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A921D8; }
p { color: rgb(169,33,216); }
H1.HeaderClassName
{
color: #A921D8;
}
.AnyTagClassName
{
color: #A921D8;
}
</style>
background-color css
<style>
a { background-color: #A921D8; }
a { background-color: rgb(169,33,216); }
div.DivClassName
{
background-color: #A921D8;
}
.BgClassName
{
background-color: #A921D8;
}
</style>
border-color css
<style>
span { border-color: #A921D8; }
span { border-color: rgb(169,33,216); }
td.TdClassName
{
border-color: #A921D8;
}
.TagClassName
{
border-color: #A921D8;
}
</style>