Shades of Dark Orchid #A926CE
Tints of Dark Orchid #A926CE
RGB
CMYK
RGB Variations
Color information
#A926CE (or 0xA926CE) is known color: Dark Orchid. HEX triplet: A9, 26 and CE. RGB value is (169,38,206). Sum of RGB (Red+Green+Blue) = 169+38+206=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #A926CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A926CE is #56D931. Grayscale: #5F5F5F. Windows color (decimal): -5691698 or 13510313. OLE color: 13510313.
HSL color Cylindrical-coordinate representation of color #A926CE: hue angle of 286.79º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A926CE is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 38 | 206 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.19 |
| HSL | 286.79º | 0.69% | 0.48% | - |
| HSV(B) | 286.79º | 0.82% | 0.81% | - |
| XYZ | 28.2 | 14.28 | 59.66 | - |
| YUV | 96.32 | 189.9 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 206 | 0.18 | 0.82 | 0 | 0.19 | 286.79 | 0.69 | 0.48 |
| Hex | A9 | 26 | CE | 12 | 52 | 0 | 13 | 11F | 45 | 30 |
| Octal | 251 | 46 | 316 | 22 | 122 | 0 | 23 | 437 | 105 | 60 |
| Binary | 10101001 | 100110 | 11001110 | 10010 | 1010010 | 0 | 10011 | 100011111 | 1000101 | 110000 |
Color Harmonies of #A926CE
Complementary color
Monochromatic Colors of #A926CE
Black with #A926CE
Text Example
Text Example
White with #A926CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A926CE; }
p { color: rgb(169,38,206); }
H1.HeaderClassName
{
color: #A926CE;
}
.AnyTagClassName
{
color: #A926CE;
}
</style>
background-color css
<style>
a { background-color: #A926CE; }
a { background-color: rgb(169,38,206); }
div.DivClassName
{
background-color: #A926CE;
}
.BgClassName
{
background-color: #A926CE;
}
</style>
border-color css
<style>
span { border-color: #A926CE; }
span { border-color: rgb(169,38,206); }
td.TdClassName
{
border-color: #A926CE;
}
.TagClassName
{
border-color: #A926CE;
}
</style>