Shades of Dark Orchid #A926C1
Tints of Dark Orchid #A926C1
RGB
CMYK
RGB Variations
Color information
#A926C1 (or 0xA926C1) is known color: Dark Orchid. HEX triplet: A9, 26 and C1. RGB value is (169,38,193). Sum of RGB (Red+Green+Blue) = 169+38+193=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #A926C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A926C1 is #56D93E. Grayscale: #5E5E5E. Windows color (decimal): -5691711 or 12658345. OLE color: 12658345.
HSL color Cylindrical-coordinate representation of color #A926C1: hue angle of 290.71º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A926C1 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 38 | 193 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.24 |
| HSL | 290.71º | 0.67% | 0.45% | - |
| HSV(B) | 290.71º | 0.8% | 0.76% | - |
| XYZ | 26.68 | 13.67 | 51.68 | - |
| YUV | 94.84 | 183.4 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 193 | 0.12 | 0.80 | 0 | 0.24 | 290.71 | 0.67 | 0.45 |
| Hex | A9 | 26 | C1 | C | 50 | 0 | 18 | 123 | 43 | 2D |
| Octal | 251 | 46 | 301 | 14 | 120 | 0 | 30 | 443 | 103 | 55 |
| Binary | 10101001 | 100110 | 11000001 | 1100 | 1010000 | 0 | 11000 | 100100011 | 1000011 | 101101 |
Color Harmonies of #A926C1
Complementary color
Monochromatic Colors of #A926C1
Black with #A926C1
Text Example
Text Example
White with #A926C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A926C1; }
p { color: rgb(169,38,193); }
H1.HeaderClassName
{
color: #A926C1;
}
.AnyTagClassName
{
color: #A926C1;
}
</style>
background-color css
<style>
a { background-color: #A926C1; }
a { background-color: rgb(169,38,193); }
div.DivClassName
{
background-color: #A926C1;
}
.BgClassName
{
background-color: #A926C1;
}
</style>
border-color css
<style>
span { border-color: #A926C1; }
span { border-color: rgb(169,38,193); }
td.TdClassName
{
border-color: #A926C1;
}
.TagClassName
{
border-color: #A926C1;
}
</style>