Shades of Dark Orchid #A821BD
Tints of Dark Orchid #A821BD
RGB
CMYK
RGB Variations
Color information
#A821BD (or 0xA821BD) is known color: Dark Orchid. HEX triplet: A8, 21 and BD. RGB value is (168,33,189). Sum of RGB (Red+Green+Blue) = 168+33+189=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #A821BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A821BD is #57DE42. Grayscale: #5A5A5A. Windows color (decimal): -5758531 or 12394920. OLE color: 12394920.
HSL color Cylindrical-coordinate representation of color #A821BD: hue angle of 291.92º 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 #A821BD is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 33 | 189 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.26 |
| HSL | 291.92º | 0.7% | 0.44% | - |
| HSV(B) | 291.92º | 0.83% | 0.74% | - |
| XYZ | 25.88 | 13.09 | 49.31 | - |
| YUV | 91.15 | 183.23 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 189 | 0.11 | 0.83 | 0 | 0.26 | 291.92 | 0.7 | 0.44 |
| Hex | A8 | 21 | BD | B | 53 | 0 | 1A | 124 | 46 | 2C |
| Octal | 250 | 41 | 275 | 13 | 123 | 0 | 32 | 444 | 106 | 54 |
| Binary | 10101000 | 100001 | 10111101 | 1011 | 1010011 | 0 | 11010 | 100100100 | 1000110 | 101100 |
Color Harmonies of #A821BD
Complementary color
Monochromatic Colors of #A821BD
Black with #A821BD
Text Example
Text Example
White with #A821BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821BD; }
p { color: rgb(168,33,189); }
H1.HeaderClassName
{
color: #A821BD;
}
.AnyTagClassName
{
color: #A821BD;
}
</style>
background-color css
<style>
a { background-color: #A821BD; }
a { background-color: rgb(168,33,189); }
div.DivClassName
{
background-color: #A821BD;
}
.BgClassName
{
background-color: #A821BD;
}
</style>
border-color css
<style>
span { border-color: #A821BD; }
span { border-color: rgb(168,33,189); }
td.TdClassName
{
border-color: #A821BD;
}
.TagClassName
{
border-color: #A821BD;
}
</style>