Shades of Dark Orchid #A626DF
Tints of Dark Orchid #A626DF
RGB
CMYK
RGB Variations
Color information
#A626DF (or 0xA626DF) is known color: Dark Orchid. HEX triplet: A6, 26 and DF. RGB value is (166,38,223). Sum of RGB (Red+Green+Blue) = 166+38+223=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #A626DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A626DF is #59D920. Grayscale: #606060. Windows color (decimal): -5888289 or 14624422. OLE color: 14624422.
HSL color Cylindrical-coordinate representation of color #A626DF: hue angle of 281.51º 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 #A626DF is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 38 | 223 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.13 |
| HSL | 281.51º | 0.74% | 0.51% | - |
| HSV(B) | 281.51º | 0.83% | 0.87% | - |
| XYZ | 29.74 | 14.82 | 71.11 | - |
| YUV | 97.36 | 198.91 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 38 | 223 | 0.26 | 0.83 | 0 | 0.13 | 281.51 | 0.74 | 0.51 |
| Hex | A6 | 26 | DF | 1A | 53 | 0 | D | 11A | 4A | 33 |
| Octal | 246 | 46 | 337 | 32 | 123 | 0 | 15 | 432 | 112 | 63 |
| Binary | 10100110 | 100110 | 11011111 | 11010 | 1010011 | 0 | 1101 | 100011010 | 1001010 | 110011 |
Color Harmonies of #A626DF
Complementary color
Monochromatic Colors of #A626DF
Black with #A626DF
Text Example
Text Example
White with #A626DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A626DF; }
p { color: rgb(166,38,223); }
H1.HeaderClassName
{
color: #A626DF;
}
.AnyTagClassName
{
color: #A626DF;
}
</style>
background-color css
<style>
a { background-color: #A626DF; }
a { background-color: rgb(166,38,223); }
div.DivClassName
{
background-color: #A626DF;
}
.BgClassName
{
background-color: #A626DF;
}
</style>
border-color css
<style>
span { border-color: #A626DF; }
span { border-color: rgb(166,38,223); }
td.TdClassName
{
border-color: #A626DF;
}
.TagClassName
{
border-color: #A626DF;
}
</style>