Shades of Dark Orchid #A726D5
Tints of Dark Orchid #A726D5
RGB
CMYK
RGB Variations
Color information
#A726D5 (or 0xA726D5) is known color: Dark Orchid. HEX triplet: A7, 26 and D5. RGB value is (167,38,213). Sum of RGB (Red+Green+Blue) = 167+38+213=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #A726D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A726D5 is #58D92A. Grayscale: #5F5F5F. Windows color (decimal): -5822763 or 13969063. OLE color: 13969063.
HSL color Cylindrical-coordinate representation of color #A726D5: hue angle of 284.23º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A726D5 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 38 | 213 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.16 |
| HSL | 284.23º | 0.7% | 0.49% | - |
| HSV(B) | 284.23º | 0.82% | 0.84% | - |
| XYZ | 28.64 | 14.41 | 64.22 | - |
| YUV | 96.52 | 193.74 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 38 | 213 | 0.22 | 0.82 | 0 | 0.16 | 284.23 | 0.7 | 0.49 |
| Hex | A7 | 26 | D5 | 16 | 52 | 0 | 10 | 11C | 46 | 31 |
| Octal | 247 | 46 | 325 | 26 | 122 | 0 | 20 | 434 | 106 | 61 |
| Binary | 10100111 | 100110 | 11010101 | 10110 | 1010010 | 0 | 10000 | 100011100 | 1000110 | 110001 |
Color Harmonies of #A726D5
Complementary color
Monochromatic Colors of #A726D5
Black with #A726D5
Text Example
Text Example
White with #A726D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A726D5; }
p { color: rgb(167,38,213); }
H1.HeaderClassName
{
color: #A726D5;
}
.AnyTagClassName
{
color: #A726D5;
}
</style>
background-color css
<style>
a { background-color: #A726D5; }
a { background-color: rgb(167,38,213); }
div.DivClassName
{
background-color: #A726D5;
}
.BgClassName
{
background-color: #A726D5;
}
</style>
border-color css
<style>
span { border-color: #A726D5; }
span { border-color: rgb(167,38,213); }
td.TdClassName
{
border-color: #A726D5;
}
.TagClassName
{
border-color: #A726D5;
}
</style>