Shades of Dark Orchid #A427DF
Tints of Dark Orchid #A427DF
RGB
CMYK
RGB Variations
Color information
#A427DF (or 0xA427DF) is known color: Dark Orchid. HEX triplet: A4, 27 and DF. RGB value is (164,39,223). Sum of RGB (Red+Green+Blue) = 164+39+223=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #A427DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A427DF is #5BD820. Grayscale: #606060. Windows color (decimal): -6019105 or 14624676. OLE color: 14624676.
HSL color Cylindrical-coordinate representation of color #A427DF: hue angle of 280.76º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A427DF is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 39 | 223 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.13 |
| HSL | 280.76º | 0.74% | 0.51% | - |
| HSV(B) | 280.76º | 0.83% | 0.87% | - |
| XYZ | 29.35 | 14.67 | 71.1 | - |
| YUV | 97.35 | 198.91 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 223 | 0.26 | 0.83 | 0 | 0.13 | 280.76 | 0.74 | 0.51 |
| Hex | A4 | 27 | DF | 1A | 53 | 0 | D | 119 | 4A | 33 |
| Octal | 244 | 47 | 337 | 32 | 123 | 0 | 15 | 431 | 112 | 63 |
| Binary | 10100100 | 100111 | 11011111 | 11010 | 1010011 | 0 | 1101 | 100011001 | 1001010 | 110011 |
Color Harmonies of #A427DF
Complementary color
Monochromatic Colors of #A427DF
Black with #A427DF
Text Example
Text Example
White with #A427DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A427DF; }
p { color: rgb(164,39,223); }
H1.HeaderClassName
{
color: #A427DF;
}
.AnyTagClassName
{
color: #A427DF;
}
</style>
background-color css
<style>
a { background-color: #A427DF; }
a { background-color: rgb(164,39,223); }
div.DivClassName
{
background-color: #A427DF;
}
.BgClassName
{
background-color: #A427DF;
}
</style>
border-color css
<style>
span { border-color: #A427DF; }
span { border-color: rgb(164,39,223); }
td.TdClassName
{
border-color: #A427DF;
}
.TagClassName
{
border-color: #A427DF;
}
</style>