Shades of Dark Orchid #A726CE
Tints of Dark Orchid #A726CE
RGB
CMYK
RGB Variations
Color information
#A726CE (or 0xA726CE) is known color: Dark Orchid. HEX triplet: A7, 26 and CE. RGB value is (167,38,206). Sum of RGB (Red+Green+Blue) = 167+38+206=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #A726CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A726CE is #58D931. Grayscale: #5F5F5F. Windows color (decimal): -5822770 or 13510311. OLE color: 13510311.
HSL color Cylindrical-coordinate representation of color #A726CE: hue angle of 286.07º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A726CE is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 38 | 206 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.19 |
| HSL | 286.07º | 0.69% | 0.48% | - |
| HSV(B) | 286.07º | 0.82% | 0.81% | - |
| XYZ | 27.77 | 14.06 | 59.64 | - |
| YUV | 95.72 | 190.24 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 38 | 206 | 0.19 | 0.82 | 0 | 0.19 | 286.07 | 0.69 | 0.48 |
| Hex | A7 | 26 | CE | 13 | 52 | 0 | 13 | 11E | 45 | 30 |
| Octal | 247 | 46 | 316 | 23 | 122 | 0 | 23 | 436 | 105 | 60 |
| Binary | 10100111 | 100110 | 11001110 | 10011 | 1010010 | 0 | 10011 | 100011110 | 1000101 | 110000 |
Color Harmonies of #A726CE
Complementary color
Monochromatic Colors of #A726CE
Black with #A726CE
Text Example
Text Example
White with #A726CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A726CE; }
p { color: rgb(167,38,206); }
H1.HeaderClassName
{
color: #A726CE;
}
.AnyTagClassName
{
color: #A726CE;
}
</style>
background-color css
<style>
a { background-color: #A726CE; }
a { background-color: rgb(167,38,206); }
div.DivClassName
{
background-color: #A726CE;
}
.BgClassName
{
background-color: #A726CE;
}
</style>
border-color css
<style>
span { border-color: #A726CE; }
span { border-color: rgb(167,38,206); }
td.TdClassName
{
border-color: #A726CE;
}
.TagClassName
{
border-color: #A726CE;
}
</style>