Shades of Dark Orchid #A421C8
Tints of Dark Orchid #A421C8
RGB
CMYK
RGB Variations
Color information
#A421C8 (or 0xA421C8) is known color: Dark Orchid. HEX triplet: A4, 21 and C8. RGB value is (164,33,200). Sum of RGB (Red+Green+Blue) = 164+33+200=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #A421C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A421C8 is #5BDE37. Grayscale: #5A5A5A. Windows color (decimal): -6020664 or 13115812. OLE color: 13115812.
HSL color Cylindrical-coordinate representation of color #A421C8: hue angle of 287.07º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A421C8 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 33 | 200 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.22 |
| HSL | 287.07º | 0.72% | 0.46% | - |
| HSV(B) | 287.07º | 0.84% | 0.78% | - |
| XYZ | 26.28 | 13.15 | 55.8 | - |
| YUV | 91.21 | 189.4 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 200 | 0.18 | 0.84 | 0 | 0.22 | 287.07 | 0.72 | 0.46 |
| Hex | A4 | 21 | C8 | 12 | 54 | 0 | 16 | 11F | 48 | 2E |
| Octal | 244 | 41 | 310 | 22 | 124 | 0 | 26 | 437 | 110 | 56 |
| Binary | 10100100 | 100001 | 11001000 | 10010 | 1010100 | 0 | 10110 | 100011111 | 1001000 | 101110 |
Color Harmonies of #A421C8
Complementary color
Monochromatic Colors of #A421C8
Black with #A421C8
Text Example
Text Example
White with #A421C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A421C8; }
p { color: rgb(164,33,200); }
H1.HeaderClassName
{
color: #A421C8;
}
.AnyTagClassName
{
color: #A421C8;
}
</style>
background-color css
<style>
a { background-color: #A421C8; }
a { background-color: rgb(164,33,200); }
div.DivClassName
{
background-color: #A421C8;
}
.BgClassName
{
background-color: #A421C8;
}
</style>
border-color css
<style>
span { border-color: #A421C8; }
span { border-color: rgb(164,33,200); }
td.TdClassName
{
border-color: #A421C8;
}
.TagClassName
{
border-color: #A421C8;
}
</style>