Shades of Dark Orchid #A826C6
Tints of Dark Orchid #A826C6
RGB
CMYK
RGB Variations
Color information
#A826C6 (or 0xA826C6) is known color: Dark Orchid. HEX triplet: A8, 26 and C6. RGB value is (168,38,198). Sum of RGB (Red+Green+Blue) = 168+38+198=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #A826C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826C6 is #57D939. Grayscale: #5E5E5E. Windows color (decimal): -5757242 or 12986024. OLE color: 12986024.
HSL color Cylindrical-coordinate representation of color #A826C6: hue angle of 288.75º 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 #A826C6 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 38 | 198 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.22 |
| HSL | 288.75º | 0.68% | 0.46% | - |
| HSV(B) | 288.75º | 0.81% | 0.78% | - |
| XYZ | 27.03 | 13.79 | 54.66 | - |
| YUV | 95.11 | 186.07 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 198 | 0.15 | 0.81 | 0 | 0.22 | 288.75 | 0.68 | 0.46 |
| Hex | A8 | 26 | C6 | F | 51 | 0 | 16 | 121 | 44 | 2E |
| Octal | 250 | 46 | 306 | 17 | 121 | 0 | 26 | 441 | 104 | 56 |
| Binary | 10101000 | 100110 | 11000110 | 1111 | 1010001 | 0 | 10110 | 100100001 | 1000100 | 101110 |
Color Harmonies of #A826C6
Complementary color
Monochromatic Colors of #A826C6
Black with #A826C6
Text Example
Text Example
White with #A826C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826C6; }
p { color: rgb(168,38,198); }
H1.HeaderClassName
{
color: #A826C6;
}
.AnyTagClassName
{
color: #A826C6;
}
</style>
background-color css
<style>
a { background-color: #A826C6; }
a { background-color: rgb(168,38,198); }
div.DivClassName
{
background-color: #A826C6;
}
.BgClassName
{
background-color: #A826C6;
}
</style>
border-color css
<style>
span { border-color: #A826C6; }
span { border-color: rgb(168,38,198); }
td.TdClassName
{
border-color: #A826C6;
}
.TagClassName
{
border-color: #A826C6;
}
</style>