Shades of Dark Orchid #A826C7
Tints of Dark Orchid #A826C7
RGB
CMYK
RGB Variations
Color information
#A826C7 (or 0xA826C7) is known color: Dark Orchid. HEX triplet: A8, 26 and C7. RGB value is (168,38,199). Sum of RGB (Red+Green+Blue) = 168+38+199=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 199 (78.12% from 255 or 49.14% from 405); Max value from RGB is 199 - color contains mainly: blue. Hex color #A826C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826C7 is #57D938. Grayscale: #5E5E5E. Windows color (decimal): -5757241 or 13051560. OLE color: 13051560.
HSL color Cylindrical-coordinate representation of color #A826C7: hue angle of 288.45º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A826C7 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 38 | 199 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.22 |
| HSL | 288.45º | 0.68% | 0.46% | - |
| HSV(B) | 288.45º | 0.81% | 0.78% | - |
| XYZ | 27.15 | 13.83 | 55.27 | - |
| YUV | 95.22 | 186.57 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 199 | 0.16 | 0.81 | 0 | 0.22 | 288.45 | 0.68 | 0.46 |
| Hex | A8 | 26 | C7 | 10 | 51 | 0 | 16 | 120 | 44 | 2E |
| Octal | 250 | 46 | 307 | 20 | 121 | 0 | 26 | 440 | 104 | 56 |
| Binary | 10101000 | 100110 | 11000111 | 10000 | 1010001 | 0 | 10110 | 100100000 | 1000100 | 101110 |
Color Harmonies of #A826C7
Complementary color
Monochromatic Colors of #A826C7
Black with #A826C7
Text Example
Text Example
White with #A826C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826C7; }
p { color: rgb(168,38,199); }
H1.HeaderClassName
{
color: #A826C7;
}
.AnyTagClassName
{
color: #A826C7;
}
</style>
background-color css
<style>
a { background-color: #A826C7; }
a { background-color: rgb(168,38,199); }
div.DivClassName
{
background-color: #A826C7;
}
.BgClassName
{
background-color: #A826C7;
}
</style>
border-color css
<style>
span { border-color: #A826C7; }
span { border-color: rgb(168,38,199); }
td.TdClassName
{
border-color: #A826C7;
}
.TagClassName
{
border-color: #A826C7;
}
</style>