Shades of Dark Orchid #A14ADE
Tints of Dark Orchid #A14ADE
RGB
CMYK
RGB Variations
Color information
#A14ADE (or 0xA14ADE) is known color: Dark Orchid. HEX triplet: A1, 4A and DE. RGB value is (161,74,222). Sum of RGB (Red+Green+Blue) = 161+74+222=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #A14ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14ADE is #5EB521. Grayscale: #747474. Windows color (decimal): -6206754 or 14568097. OLE color: 14568097.
HSL color Cylindrical-coordinate representation of color #A14ADE: hue angle of 275.27º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A14ADE is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 74 | 222 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.13 |
| HSL | 275.27º | 0.69% | 0.58% | - |
| HSV(B) | 275.27º | 0.67% | 0.87% | - |
| XYZ | 30.33 | 17.75 | 70.93 | - |
| YUV | 116.89 | 187.32 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 222 | 0.27 | 0.67 | 0 | 0.13 | 275.27 | 0.69 | 0.58 |
| Hex | A1 | 4A | DE | 1B | 43 | 0 | D | 113 | 45 | 3A |
| Octal | 241 | 112 | 336 | 33 | 103 | 0 | 15 | 423 | 105 | 72 |
| Binary | 10100001 | 1001010 | 11011110 | 11011 | 1000011 | 0 | 1101 | 100010011 | 1000101 | 111010 |
Color Harmonies of #A14ADE
Complementary color
Monochromatic Colors of #A14ADE
Black with #A14ADE
Text Example
Text Example
White with #A14ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14ADE; }
p { color: rgb(161,74,222); }
H1.HeaderClassName
{
color: #A14ADE;
}
.AnyTagClassName
{
color: #A14ADE;
}
</style>
background-color css
<style>
a { background-color: #A14ADE; }
a { background-color: rgb(161,74,222); }
div.DivClassName
{
background-color: #A14ADE;
}
.BgClassName
{
background-color: #A14ADE;
}
</style>
border-color css
<style>
span { border-color: #A14ADE; }
span { border-color: rgb(161,74,222); }
td.TdClassName
{
border-color: #A14ADE;
}
.TagClassName
{
border-color: #A14ADE;
}
</style>