Shades of Dark Orchid #A726DF
Tints of Dark Orchid #A726DF
RGB
CMYK
RGB Variations
Color information
#A726DF (or 0xA726DF) is known color: Dark Orchid. HEX triplet: A7, 26 and DF. RGB value is (167,38,223). Sum of RGB (Red+Green+Blue) = 167+38+223=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #A726DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A726DF is #58D920. Grayscale: #616161. Windows color (decimal): -5822753 or 14624423. OLE color: 14624423.
HSL color Cylindrical-coordinate representation of color #A726DF: hue angle of 281.84º 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 #A726DF is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 38 | 223 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.13 |
| HSL | 281.84º | 0.74% | 0.51% | - |
| HSV(B) | 281.84º | 0.83% | 0.87% | - |
| XYZ | 29.95 | 14.93 | 71.12 | - |
| YUV | 97.66 | 198.74 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 38 | 223 | 0.25 | 0.83 | 0 | 0.13 | 281.84 | 0.74 | 0.51 |
| Hex | A7 | 26 | DF | 19 | 53 | 0 | D | 11A | 4A | 33 |
| Octal | 247 | 46 | 337 | 31 | 123 | 0 | 15 | 432 | 112 | 63 |
| Binary | 10100111 | 100110 | 11011111 | 11001 | 1010011 | 0 | 1101 | 100011010 | 1001010 | 110011 |
Color Harmonies of #A726DF
Complementary color
Monochromatic Colors of #A726DF
Black with #A726DF
Text Example
Text Example
White with #A726DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A726DF; }
p { color: rgb(167,38,223); }
H1.HeaderClassName
{
color: #A726DF;
}
.AnyTagClassName
{
color: #A726DF;
}
</style>
background-color css
<style>
a { background-color: #A726DF; }
a { background-color: rgb(167,38,223); }
div.DivClassName
{
background-color: #A726DF;
}
.BgClassName
{
background-color: #A726DF;
}
</style>
border-color css
<style>
span { border-color: #A726DF; }
span { border-color: rgb(167,38,223); }
td.TdClassName
{
border-color: #A726DF;
}
.TagClassName
{
border-color: #A726DF;
}
</style>