Shades of Dark Orchid #A726DA
Tints of Dark Orchid #A726DA
RGB
CMYK
RGB Variations
Color information
#A726DA (or 0xA726DA) is known color: Dark Orchid. HEX triplet: A7, 26 and DA. RGB value is (167,38,218). Sum of RGB (Red+Green+Blue) = 167+38+218=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #A726DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A726DA is #58D925. Grayscale: #606060. Windows color (decimal): -5822758 or 14296743. OLE color: 14296743.
HSL color Cylindrical-coordinate representation of color #A726DA: hue angle of 283º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A726DA is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 38 | 218 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.15 |
| HSL | 283º | 0.71% | 0.5% | - |
| HSV(B) | 283º | 0.83% | 0.85% | - |
| XYZ | 29.28 | 14.66 | 67.62 | - |
| YUV | 97.09 | 196.24 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 38 | 218 | 0.23 | 0.83 | 0 | 0.15 | 283 | 0.71 | 0.5 |
| Hex | A7 | 26 | DA | 17 | 53 | 0 | F | 11B | 47 | 32 |
| Octal | 247 | 46 | 332 | 27 | 123 | 0 | 17 | 433 | 107 | 62 |
| Binary | 10100111 | 100110 | 11011010 | 10111 | 1010011 | 0 | 1111 | 100011011 | 1000111 | 110010 |
Color Harmonies of #A726DA
Complementary color
Monochromatic Colors of #A726DA
Black with #A726DA
Text Example
Text Example
White with #A726DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A726DA; }
p { color: rgb(167,38,218); }
H1.HeaderClassName
{
color: #A726DA;
}
.AnyTagClassName
{
color: #A726DA;
}
</style>
background-color css
<style>
a { background-color: #A726DA; }
a { background-color: rgb(167,38,218); }
div.DivClassName
{
background-color: #A726DA;
}
.BgClassName
{
background-color: #A726DA;
}
</style>
border-color css
<style>
span { border-color: #A726DA; }
span { border-color: rgb(167,38,218); }
td.TdClassName
{
border-color: #A726DA;
}
.TagClassName
{
border-color: #A726DA;
}
</style>