Shades of Dark Orchid #A821BE
Tints of Dark Orchid #A821BE
RGB
CMYK
RGB Variations
Color information
#A821BE (or 0xA821BE) is known color: Dark Orchid. HEX triplet: A8, 21 and BE. RGB value is (168,33,190). Sum of RGB (Red+Green+Blue) = 168+33+190=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #A821BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A821BE is #57DE41. Grayscale: #5A5A5A. Windows color (decimal): -5758530 or 12460456. OLE color: 12460456.
HSL color Cylindrical-coordinate representation of color #A821BE: hue angle of 291.59º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A821BE is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 33 | 190 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.25 |
| HSL | 291.59º | 0.7% | 0.44% | - |
| HSV(B) | 291.59º | 0.83% | 0.75% | - |
| XYZ | 25.99 | 13.13 | 49.88 | - |
| YUV | 91.26 | 183.73 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 190 | 0.12 | 0.83 | 0 | 0.25 | 291.59 | 0.7 | 0.44 |
| Hex | A8 | 21 | BE | C | 53 | 0 | 19 | 124 | 46 | 2C |
| Octal | 250 | 41 | 276 | 14 | 123 | 0 | 31 | 444 | 106 | 54 |
| Binary | 10101000 | 100001 | 10111110 | 1100 | 1010011 | 0 | 11001 | 100100100 | 1000110 | 101100 |
Color Harmonies of #A821BE
Complementary color
Monochromatic Colors of #A821BE
Black with #A821BE
Text Example
Text Example
White with #A821BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821BE; }
p { color: rgb(168,33,190); }
H1.HeaderClassName
{
color: #A821BE;
}
.AnyTagClassName
{
color: #A821BE;
}
</style>
background-color css
<style>
a { background-color: #A821BE; }
a { background-color: rgb(168,33,190); }
div.DivClassName
{
background-color: #A821BE;
}
.BgClassName
{
background-color: #A821BE;
}
</style>
border-color css
<style>
span { border-color: #A821BE; }
span { border-color: rgb(168,33,190); }
td.TdClassName
{
border-color: #A821BE;
}
.TagClassName
{
border-color: #A821BE;
}
</style>