Shades of Dark Orchid #A926AB
Tints of Dark Orchid #A926AB
RGB
CMYK
RGB Variations
Color information
#A926AB (or 0xA926AB) is known color: Dark Orchid. HEX triplet: A9, 26 and AB. RGB value is (169,38,171). Sum of RGB (Red+Green+Blue) = 169+38+171=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #A926AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A926AB is #56D954. Grayscale: #5B5B5B. Windows color (decimal): -5691733 or 11216553. OLE color: 11216553.
HSL color Cylindrical-coordinate representation of color #A926AB: hue angle of 299.1º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A926AB is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 38 | 171 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.33 |
| HSL | 299.1º | 0.64% | 0.41% | - |
| HSV(B) | 299.1º | 0.78% | 0.67% | - |
| XYZ | 24.41 | 12.76 | 39.7 | - |
| YUV | 92.33 | 172.4 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 171 | 0.01 | 0.78 | 0 | 0.33 | 299.1 | 0.64 | 0.41 |
| Hex | A9 | 26 | AB | 1 | 4E | 0 | 21 | 12B | 40 | 29 |
| Octal | 251 | 46 | 253 | 1 | 116 | 0 | 41 | 453 | 100 | 51 |
| Binary | 10101001 | 100110 | 10101011 | 1 | 1001110 | 0 | 100001 | 100101011 | 1000000 | 101001 |
Color Harmonies of #A926AB
Complementary color
Monochromatic Colors of #A926AB
Black with #A926AB
Text Example
Text Example
White with #A926AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A926AB; }
p { color: rgb(169,38,171); }
H1.HeaderClassName
{
color: #A926AB;
}
.AnyTagClassName
{
color: #A926AB;
}
</style>
background-color css
<style>
a { background-color: #A926AB; }
a { background-color: rgb(169,38,171); }
div.DivClassName
{
background-color: #A926AB;
}
.BgClassName
{
background-color: #A926AB;
}
</style>
border-color css
<style>
span { border-color: #A926AB; }
span { border-color: rgb(169,38,171); }
td.TdClassName
{
border-color: #A926AB;
}
.TagClassName
{
border-color: #A926AB;
}
</style>