Shades of Dark Orchid #A926AC
Tints of Dark Orchid #A926AC
RGB
CMYK
RGB Variations
Color information
#A926AC (or 0xA926AC) is known color: Dark Orchid. HEX triplet: A9, 26 and AC. RGB value is (169,38,172). Sum of RGB (Red+Green+Blue) = 169+38+172=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #A926AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A926AC is #56D953. Grayscale: #5C5C5C. Windows color (decimal): -5691732 or 11282089. OLE color: 11282089.
HSL color Cylindrical-coordinate representation of color #A926AC: hue angle of 298.66º 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 #A926AC is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 38 | 172 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.33 |
| HSL | 298.66º | 0.64% | 0.41% | - |
| HSV(B) | 298.66º | 0.78% | 0.67% | - |
| XYZ | 24.5 | 12.8 | 40.21 | - |
| YUV | 92.45 | 172.9 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 172 | 0.02 | 0.78 | 0 | 0.33 | 298.66 | 0.64 | 0.41 |
| Hex | A9 | 26 | AC | 2 | 4E | 0 | 21 | 12B | 40 | 29 |
| Octal | 251 | 46 | 254 | 2 | 116 | 0 | 41 | 453 | 100 | 51 |
| Binary | 10101001 | 100110 | 10101100 | 10 | 1001110 | 0 | 100001 | 100101011 | 1000000 | 101001 |
Color Harmonies of #A926AC
Complementary color
Monochromatic Colors of #A926AC
Black with #A926AC
Text Example
Text Example
White with #A926AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A926AC; }
p { color: rgb(169,38,172); }
H1.HeaderClassName
{
color: #A926AC;
}
.AnyTagClassName
{
color: #A926AC;
}
</style>
background-color css
<style>
a { background-color: #A926AC; }
a { background-color: rgb(169,38,172); }
div.DivClassName
{
background-color: #A926AC;
}
.BgClassName
{
background-color: #A926AC;
}
</style>
border-color css
<style>
span { border-color: #A926AC; }
span { border-color: rgb(169,38,172); }
td.TdClassName
{
border-color: #A926AC;
}
.TagClassName
{
border-color: #A926AC;
}
</style>