Shades of Dark Orchid #A421CB
Tints of Dark Orchid #A421CB
RGB
CMYK
RGB Variations
Color information
#A421CB (or 0xA421CB) is known color: Dark Orchid. HEX triplet: A4, 21 and CB. RGB value is (164,33,203). Sum of RGB (Red+Green+Blue) = 164+33+203=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #A421CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A421CB is #5BDE34. Grayscale: #5A5A5A. Windows color (decimal): -6020661 or 13312420. OLE color: 13312420.
HSL color Cylindrical-coordinate representation of color #A421CB: hue angle of 286.24º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A421CB is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 33 | 203 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.20 |
| HSL | 286.24º | 0.72% | 0.46% | - |
| HSV(B) | 286.24º | 0.84% | 0.8% | - |
| XYZ | 26.63 | 13.29 | 57.66 | - |
| YUV | 91.55 | 190.9 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 203 | 0.19 | 0.84 | 0 | 0.20 | 286.24 | 0.72 | 0.46 |
| Hex | A4 | 21 | CB | 13 | 54 | 0 | 14 | 11E | 48 | 2E |
| Octal | 244 | 41 | 313 | 23 | 124 | 0 | 24 | 436 | 110 | 56 |
| Binary | 10100100 | 100001 | 11001011 | 10011 | 1010100 | 0 | 10100 | 100011110 | 1001000 | 101110 |
Color Harmonies of #A421CB
Complementary color
Monochromatic Colors of #A421CB
Black with #A421CB
Text Example
Text Example
White with #A421CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A421CB; }
p { color: rgb(164,33,203); }
H1.HeaderClassName
{
color: #A421CB;
}
.AnyTagClassName
{
color: #A421CB;
}
</style>
background-color css
<style>
a { background-color: #A421CB; }
a { background-color: rgb(164,33,203); }
div.DivClassName
{
background-color: #A421CB;
}
.BgClassName
{
background-color: #A421CB;
}
</style>
border-color css
<style>
span { border-color: #A421CB; }
span { border-color: rgb(164,33,203); }
td.TdClassName
{
border-color: #A421CB;
}
.TagClassName
{
border-color: #A421CB;
}
</style>