Shades of Dark Orchid #A921BD
Tints of Dark Orchid #A921BD
RGB
CMYK
RGB Variations
Color information
#A921BD (or 0xA921BD) is known color: Dark Orchid. HEX triplet: A9, 21 and BD. RGB value is (169,33,189). Sum of RGB (Red+Green+Blue) = 169+33+189=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #A921BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A921BD is #56DE42. Grayscale: #5A5A5A. Windows color (decimal): -5692995 or 12394921. OLE color: 12394921.
HSL color Cylindrical-coordinate representation of color #A921BD: hue angle of 292.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A921BD is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 33 | 189 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.26 |
| HSL | 292.31º | 0.7% | 0.44% | - |
| HSV(B) | 292.31º | 0.83% | 0.74% | - |
| XYZ | 26.09 | 13.2 | 49.32 | - |
| YUV | 91.45 | 183.06 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 189 | 0.11 | 0.83 | 0 | 0.26 | 292.31 | 0.7 | 0.44 |
| Hex | A9 | 21 | BD | B | 53 | 0 | 1A | 124 | 46 | 2C |
| Octal | 251 | 41 | 275 | 13 | 123 | 0 | 32 | 444 | 106 | 54 |
| Binary | 10101001 | 100001 | 10111101 | 1011 | 1010011 | 0 | 11010 | 100100100 | 1000110 | 101100 |
Color Harmonies of #A921BD
Complementary color
Monochromatic Colors of #A921BD
Black with #A921BD
Text Example
Text Example
White with #A921BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A921BD; }
p { color: rgb(169,33,189); }
H1.HeaderClassName
{
color: #A921BD;
}
.AnyTagClassName
{
color: #A921BD;
}
</style>
background-color css
<style>
a { background-color: #A921BD; }
a { background-color: rgb(169,33,189); }
div.DivClassName
{
background-color: #A921BD;
}
.BgClassName
{
background-color: #A921BD;
}
</style>
border-color css
<style>
span { border-color: #A921BD; }
span { border-color: rgb(169,33,189); }
td.TdClassName
{
border-color: #A921BD;
}
.TagClassName
{
border-color: #A921BD;
}
</style>