Shades of Dark Orchid #A821C1
Tints of Dark Orchid #A821C1
RGB
CMYK
RGB Variations
Color information
#A821C1 (or 0xA821C1) is known color: Dark Orchid. HEX triplet: A8, 21 and C1. RGB value is (168,33,193). Sum of RGB (Red+Green+Blue) = 168+33+193=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #A821C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A821C1 is #57DE3E. Grayscale: #5B5B5B. Windows color (decimal): -5758527 or 12657064. OLE color: 12657064.
HSL color Cylindrical-coordinate representation of color #A821C1: hue angle of 290.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A821C1 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 33 | 193 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.24 |
| HSL | 290.63º | 0.71% | 0.44% | - |
| HSV(B) | 290.63º | 0.83% | 0.76% | - |
| XYZ | 26.32 | 13.26 | 51.62 | - |
| YUV | 91.61 | 185.23 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 193 | 0.13 | 0.83 | 0 | 0.24 | 290.63 | 0.71 | 0.44 |
| Hex | A8 | 21 | C1 | D | 53 | 0 | 18 | 123 | 47 | 2C |
| Octal | 250 | 41 | 301 | 15 | 123 | 0 | 30 | 443 | 107 | 54 |
| Binary | 10101000 | 100001 | 11000001 | 1101 | 1010011 | 0 | 11000 | 100100011 | 1000111 | 101100 |
Color Harmonies of #A821C1
Complementary color
Monochromatic Colors of #A821C1
Black with #A821C1
Text Example
Text Example
White with #A821C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821C1; }
p { color: rgb(168,33,193); }
H1.HeaderClassName
{
color: #A821C1;
}
.AnyTagClassName
{
color: #A821C1;
}
</style>
background-color css
<style>
a { background-color: #A821C1; }
a { background-color: rgb(168,33,193); }
div.DivClassName
{
background-color: #A821C1;
}
.BgClassName
{
background-color: #A821C1;
}
</style>
border-color css
<style>
span { border-color: #A821C1; }
span { border-color: rgb(168,33,193); }
td.TdClassName
{
border-color: #A821C1;
}
.TagClassName
{
border-color: #A821C1;
}
</style>