Shades of Dark Orchid #A821BC
Tints of Dark Orchid #A821BC
RGB
CMYK
RGB Variations
Color information
#A821BC (or 0xA821BC) is known color: Dark Orchid. HEX triplet: A8, 21 and BC. RGB value is (168,33,188). Sum of RGB (Red+Green+Blue) = 168+33+188=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #A821BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A821BC is #57DE43. Grayscale: #5A5A5A. Windows color (decimal): -5758532 or 12329384. OLE color: 12329384.
HSL color Cylindrical-coordinate representation of color #A821BC: hue angle of 292.26º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A821BC is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 33 | 188 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.26 |
| HSL | 292.26º | 0.7% | 0.43% | - |
| HSV(B) | 292.26º | 0.82% | 0.74% | - |
| XYZ | 25.77 | 13.04 | 48.74 | - |
| YUV | 91.04 | 182.73 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 188 | 0.11 | 0.82 | 0 | 0.26 | 292.26 | 0.7 | 0.43 |
| Hex | A8 | 21 | BC | B | 52 | 0 | 1A | 124 | 46 | 2B |
| Octal | 250 | 41 | 274 | 13 | 122 | 0 | 32 | 444 | 106 | 53 |
| Binary | 10101000 | 100001 | 10111100 | 1011 | 1010010 | 0 | 11010 | 100100100 | 1000110 | 101011 |
Color Harmonies of #A821BC
Complementary color
Monochromatic Colors of #A821BC
Black with #A821BC
Text Example
Text Example
White with #A821BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821BC; }
p { color: rgb(168,33,188); }
H1.HeaderClassName
{
color: #A821BC;
}
.AnyTagClassName
{
color: #A821BC;
}
</style>
background-color css
<style>
a { background-color: #A821BC; }
a { background-color: rgb(168,33,188); }
div.DivClassName
{
background-color: #A821BC;
}
.BgClassName
{
background-color: #A821BC;
}
</style>
border-color css
<style>
span { border-color: #A821BC; }
span { border-color: rgb(168,33,188); }
td.TdClassName
{
border-color: #A821BC;
}
.TagClassName
{
border-color: #A821BC;
}
</style>