Shades of Dark Orchid #A821AB
Tints of Dark Orchid #A821AB
RGB
CMYK
RGB Variations
Color information
#A821AB (or 0xA821AB) is known color: Dark Orchid. HEX triplet: A8, 21 and AB. RGB value is (168,33,171). Sum of RGB (Red+Green+Blue) = 168+33+171=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #A821AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A821AB is #57DE54. Grayscale: #585858. Windows color (decimal): -5758549 or 11215272. OLE color: 11215272.
HSL color Cylindrical-coordinate representation of color #A821AB: hue angle of 298.7º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A821AB is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 33 | 171 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.33 |
| HSL | 298.7º | 0.68% | 0.4% | - |
| HSV(B) | 298.7º | 0.81% | 0.67% | - |
| XYZ | 24.04 | 12.35 | 39.65 | - |
| YUV | 89.1 | 174.23 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 171 | 0.02 | 0.81 | 0 | 0.33 | 298.7 | 0.68 | 0.4 |
| Hex | A8 | 21 | AB | 2 | 51 | 0 | 21 | 12B | 44 | 28 |
| Octal | 250 | 41 | 253 | 2 | 121 | 0 | 41 | 453 | 104 | 50 |
| Binary | 10101000 | 100001 | 10101011 | 10 | 1010001 | 0 | 100001 | 100101011 | 1000100 | 101000 |
Color Harmonies of #A821AB
Complementary color
Monochromatic Colors of #A821AB
Black with #A821AB
Text Example
Text Example
White with #A821AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821AB; }
p { color: rgb(168,33,171); }
H1.HeaderClassName
{
color: #A821AB;
}
.AnyTagClassName
{
color: #A821AB;
}
</style>
background-color css
<style>
a { background-color: #A821AB; }
a { background-color: rgb(168,33,171); }
div.DivClassName
{
background-color: #A821AB;
}
.BgClassName
{
background-color: #A821AB;
}
</style>
border-color css
<style>
span { border-color: #A821AB; }
span { border-color: rgb(168,33,171); }
td.TdClassName
{
border-color: #A821AB;
}
.TagClassName
{
border-color: #A821AB;
}
</style>