Shades of Dark Orchid #A826DC
Tints of Dark Orchid #A826DC
RGB
CMYK
RGB Variations
Color information
#A826DC (or 0xA826DC) is known color: Dark Orchid. HEX triplet: A8, 26 and DC. RGB value is (168,38,220). Sum of RGB (Red+Green+Blue) = 168+38+220=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #A826DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826DC is #57D923. Grayscale: #616161. Windows color (decimal): -5757220 or 14427816. OLE color: 14427816.
HSL color Cylindrical-coordinate representation of color #A826DC: hue angle of 282.86º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A826DC is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 38 | 220 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.14 |
| HSL | 282.86º | 0.72% | 0.51% | - |
| HSV(B) | 282.86º | 0.83% | 0.86% | - |
| XYZ | 29.76 | 14.88 | 69.01 | - |
| YUV | 97.62 | 197.07 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 220 | 0.24 | 0.83 | 0 | 0.14 | 282.86 | 0.72 | 0.51 |
| Hex | A8 | 26 | DC | 18 | 53 | 0 | E | 11B | 48 | 33 |
| Octal | 250 | 46 | 334 | 30 | 123 | 0 | 16 | 433 | 110 | 63 |
| Binary | 10101000 | 100110 | 11011100 | 11000 | 1010011 | 0 | 1110 | 100011011 | 1001000 | 110011 |
Color Harmonies of #A826DC
Complementary color
Monochromatic Colors of #A826DC
Black with #A826DC
Text Example
Text Example
White with #A826DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826DC; }
p { color: rgb(168,38,220); }
H1.HeaderClassName
{
color: #A826DC;
}
.AnyTagClassName
{
color: #A826DC;
}
</style>
background-color css
<style>
a { background-color: #A826DC; }
a { background-color: rgb(168,38,220); }
div.DivClassName
{
background-color: #A826DC;
}
.BgClassName
{
background-color: #A826DC;
}
</style>
border-color css
<style>
span { border-color: #A826DC; }
span { border-color: rgb(168,38,220); }
td.TdClassName
{
border-color: #A826DC;
}
.TagClassName
{
border-color: #A826DC;
}
</style>