Shades of Dark Orchid #A926BD
Tints of Dark Orchid #A926BD
RGB
CMYK
RGB Variations
Color information
#A926BD (or 0xA926BD) is known color: Dark Orchid. HEX triplet: A9, 26 and BD. RGB value is (169,38,189). Sum of RGB (Red+Green+Blue) = 169+38+189=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #A926BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A926BD is #56D942. Grayscale: #5D5D5D. Windows color (decimal): -5691715 or 12396201. OLE color: 12396201.
HSL color Cylindrical-coordinate representation of color #A926BD: hue angle of 292.05º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A926BD is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 38 | 189 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.26 |
| HSL | 292.05º | 0.67% | 0.45% | - |
| HSV(B) | 292.05º | 0.8% | 0.74% | - |
| XYZ | 26.24 | 13.5 | 49.37 | - |
| YUV | 94.38 | 181.4 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 189 | 0.11 | 0.80 | 0 | 0.26 | 292.05 | 0.67 | 0.45 |
| Hex | A9 | 26 | BD | B | 50 | 0 | 1A | 124 | 43 | 2D |
| Octal | 251 | 46 | 275 | 13 | 120 | 0 | 32 | 444 | 103 | 55 |
| Binary | 10101001 | 100110 | 10111101 | 1011 | 1010000 | 0 | 11010 | 100100100 | 1000011 | 101101 |
Color Harmonies of #A926BD
Complementary color
Monochromatic Colors of #A926BD
Black with #A926BD
Text Example
Text Example
White with #A926BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A926BD; }
p { color: rgb(169,38,189); }
H1.HeaderClassName
{
color: #A926BD;
}
.AnyTagClassName
{
color: #A926BD;
}
</style>
background-color css
<style>
a { background-color: #A926BD; }
a { background-color: rgb(169,38,189); }
div.DivClassName
{
background-color: #A926BD;
}
.BgClassName
{
background-color: #A926BD;
}
</style>
border-color css
<style>
span { border-color: #A926BD; }
span { border-color: rgb(169,38,189); }
td.TdClassName
{
border-color: #A926BD;
}
.TagClassName
{
border-color: #A926BD;
}
</style>