Shades of Dark Orchid #A21CCF
Tints of Dark Orchid #A21CCF
RGB
CMYK
RGB Variations
Color information
#A21CCF (or 0xA21CCF) is known color: Dark Orchid. HEX triplet: A2, 1C and CF. RGB value is (162,28,207). Sum of RGB (Red+Green+Blue) = 162+28+207=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #A21CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CCF is #5DE330. Grayscale: #575757. Windows color (decimal): -6153009 or 13573282. OLE color: 13573282.
HSL color Cylindrical-coordinate representation of color #A21CCF: hue angle of 284.92º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21CCF is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 28 | 207 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.19 |
| HSL | 284.92º | 0.76% | 0.46% | - |
| HSV(B) | 284.92º | 0.86% | 0.81% | - |
| XYZ | 26.58 | 13.02 | 60.14 | - |
| YUV | 88.47 | 194.89 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 207 | 0.22 | 0.86 | 0 | 0.19 | 284.92 | 0.76 | 0.46 |
| Hex | A2 | 1C | CF | 16 | 56 | 0 | 13 | 11D | 4C | 2E |
| Octal | 242 | 34 | 317 | 26 | 126 | 0 | 23 | 435 | 114 | 56 |
| Binary | 10100010 | 11100 | 11001111 | 10110 | 1010110 | 0 | 10011 | 100011101 | 1001100 | 101110 |
Color Harmonies of #A21CCF
Complementary color
Monochromatic Colors of #A21CCF
Black with #A21CCF
Text Example
Text Example
White with #A21CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21CCF; }
p { color: rgb(162,28,207); }
H1.HeaderClassName
{
color: #A21CCF;
}
.AnyTagClassName
{
color: #A21CCF;
}
</style>
background-color css
<style>
a { background-color: #A21CCF; }
a { background-color: rgb(162,28,207); }
div.DivClassName
{
background-color: #A21CCF;
}
.BgClassName
{
background-color: #A21CCF;
}
</style>
border-color css
<style>
span { border-color: #A21CCF; }
span { border-color: rgb(162,28,207); }
td.TdClassName
{
border-color: #A21CCF;
}
.TagClassName
{
border-color: #A21CCF;
}
</style>