Shades of Dark Orchid #A826BA
Tints of Dark Orchid #A826BA
RGB
CMYK
RGB Variations
Color information
#A826BA (or 0xA826BA) is known color: Dark Orchid. HEX triplet: A8, 26 and BA. RGB value is (168,38,186). Sum of RGB (Red+Green+Blue) = 168+38+186=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #A826BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826BA is #57D945. Grayscale: #5D5D5D. Windows color (decimal): -5757254 or 12199592. OLE color: 12199592.
HSL color Cylindrical-coordinate representation of color #A826BA: hue angle of 292.7º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A826BA is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 38 | 186 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.27 |
| HSL | 292.7º | 0.66% | 0.44% | - |
| HSV(B) | 292.7º | 0.8% | 0.73% | - |
| XYZ | 25.7 | 13.26 | 47.66 | - |
| YUV | 93.74 | 180.07 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 186 | 0.10 | 0.80 | 0 | 0.27 | 292.7 | 0.66 | 0.44 |
| Hex | A8 | 26 | BA | A | 50 | 0 | 1B | 125 | 42 | 2C |
| Octal | 250 | 46 | 272 | 12 | 120 | 0 | 33 | 445 | 102 | 54 |
| Binary | 10101000 | 100110 | 10111010 | 1010 | 1010000 | 0 | 11011 | 100100101 | 1000010 | 101100 |
Color Harmonies of #A826BA
Complementary color
Monochromatic Colors of #A826BA
Black with #A826BA
Text Example
Text Example
White with #A826BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826BA; }
p { color: rgb(168,38,186); }
H1.HeaderClassName
{
color: #A826BA;
}
.AnyTagClassName
{
color: #A826BA;
}
</style>
background-color css
<style>
a { background-color: #A826BA; }
a { background-color: rgb(168,38,186); }
div.DivClassName
{
background-color: #A826BA;
}
.BgClassName
{
background-color: #A826BA;
}
</style>
border-color css
<style>
span { border-color: #A826BA; }
span { border-color: rgb(168,38,186); }
td.TdClassName
{
border-color: #A826BA;
}
.TagClassName
{
border-color: #A826BA;
}
</style>