Shades of Dark Orchid #A11ADC
Tints of Dark Orchid #A11ADC
RGB
CMYK
RGB Variations
Color information
#A11ADC (or 0xA11ADC) is known color: Dark Orchid. HEX triplet: A1, 1A and DC. RGB value is (161,26,220). Sum of RGB (Red+Green+Blue) = 161+26+220=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #A11ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11ADC is #5EE523. Grayscale: #575757. Windows color (decimal): -6219044 or 14424737. OLE color: 14424737.
HSL color Cylindrical-coordinate representation of color #A11ADC: hue angle of 281.75º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11ADC is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 26 | 220 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.14 |
| HSL | 281.75º | 0.79% | 0.48% | - |
| HSV(B) | 281.75º | 0.88% | 0.86% | - |
| XYZ | 27.99 | 13.48 | 68.84 | - |
| YUV | 88.48 | 202.23 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 220 | 0.27 | 0.88 | 0 | 0.14 | 281.75 | 0.79 | 0.48 |
| Hex | A1 | 1A | DC | 1B | 58 | 0 | E | 11A | 4F | 30 |
| Octal | 241 | 32 | 334 | 33 | 130 | 0 | 16 | 432 | 117 | 60 |
| Binary | 10100001 | 11010 | 11011100 | 11011 | 1011000 | 0 | 1110 | 100011010 | 1001111 | 110000 |
Color Harmonies of #A11ADC
Complementary color
Monochromatic Colors of #A11ADC
Black with #A11ADC
Text Example
Text Example
White with #A11ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11ADC; }
p { color: rgb(161,26,220); }
H1.HeaderClassName
{
color: #A11ADC;
}
.AnyTagClassName
{
color: #A11ADC;
}
</style>
background-color css
<style>
a { background-color: #A11ADC; }
a { background-color: rgb(161,26,220); }
div.DivClassName
{
background-color: #A11ADC;
}
.BgClassName
{
background-color: #A11ADC;
}
</style>
border-color css
<style>
span { border-color: #A11ADC; }
span { border-color: rgb(161,26,220); }
td.TdClassName
{
border-color: #A11ADC;
}
.TagClassName
{
border-color: #A11ADC;
}
</style>