Shades of Dark Orchid #A826BB
Tints of Dark Orchid #A826BB
RGB
CMYK
RGB Variations
Color information
#A826BB (or 0xA826BB) is known color: Dark Orchid. HEX triplet: A8, 26 and BB. RGB value is (168,38,187). Sum of RGB (Red+Green+Blue) = 168+38+187=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #A826BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826BB is #57D944. Grayscale: #5D5D5D. Windows color (decimal): -5757253 or 12265128. OLE color: 12265128.
HSL color Cylindrical-coordinate representation of color #A826BB: hue angle of 292.35º 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 #A826BB is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 38 | 187 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.27 |
| HSL | 292.35º | 0.66% | 0.44% | - |
| HSV(B) | 292.35º | 0.8% | 0.73% | - |
| XYZ | 25.81 | 13.3 | 48.22 | - |
| YUV | 93.86 | 180.57 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 187 | 0.10 | 0.80 | 0 | 0.27 | 292.35 | 0.66 | 0.44 |
| Hex | A8 | 26 | BB | A | 50 | 0 | 1B | 124 | 42 | 2C |
| Octal | 250 | 46 | 273 | 12 | 120 | 0 | 33 | 444 | 102 | 54 |
| Binary | 10101000 | 100110 | 10111011 | 1010 | 1010000 | 0 | 11011 | 100100100 | 1000010 | 101100 |
Color Harmonies of #A826BB
Complementary color
Monochromatic Colors of #A826BB
Black with #A826BB
Text Example
Text Example
White with #A826BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826BB; }
p { color: rgb(168,38,187); }
H1.HeaderClassName
{
color: #A826BB;
}
.AnyTagClassName
{
color: #A826BB;
}
</style>
background-color css
<style>
a { background-color: #A826BB; }
a { background-color: rgb(168,38,187); }
div.DivClassName
{
background-color: #A826BB;
}
.BgClassName
{
background-color: #A826BB;
}
</style>
border-color css
<style>
span { border-color: #A826BB; }
span { border-color: rgb(168,38,187); }
td.TdClassName
{
border-color: #A826BB;
}
.TagClassName
{
border-color: #A826BB;
}
</style>