Shades of Dark Orchid #A14AE7
Tints of Dark Orchid #A14AE7
RGB
CMYK
RGB Variations
Color information
#A14AE7 (or 0xA14AE7) is known color: Dark Orchid. HEX triplet: A1, 4A and E7. RGB value is (161,74,231). Sum of RGB (Red+Green+Blue) = 161+74+231=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 231 - color contains mainly: blue. Hex color #A14AE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14AE7 is #5EB518. Grayscale: #757575. Windows color (decimal): -6206745 or 15157921. OLE color: 15157921.
HSL color Cylindrical-coordinate representation of color #A14AE7: hue angle of 273.25º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14AE7 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 74 | 231 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.09 |
| HSL | 273.25º | 0.77% | 0.6% | - |
| HSV(B) | 273.25º | 0.68% | 0.91% | - |
| XYZ | 31.57 | 18.24 | 77.46 | - |
| YUV | 117.91 | 191.82 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 231 | 0.30 | 0.68 | 0 | 0.09 | 273.25 | 0.77 | 0.6 |
| Hex | A1 | 4A | E7 | 1E | 44 | 0 | 9 | 111 | 4D | 3C |
| Octal | 241 | 112 | 347 | 36 | 104 | 0 | 11 | 421 | 115 | 74 |
| Binary | 10100001 | 1001010 | 11100111 | 11110 | 1000100 | 0 | 1001 | 100010001 | 1001101 | 111100 |
Color Harmonies of #A14AE7
Complementary color
Monochromatic Colors of #A14AE7
Black with #A14AE7
Text Example
Text Example
White with #A14AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14AE7; }
p { color: rgb(161,74,231); }
H1.HeaderClassName
{
color: #A14AE7;
}
.AnyTagClassName
{
color: #A14AE7;
}
</style>
background-color css
<style>
a { background-color: #A14AE7; }
a { background-color: rgb(161,74,231); }
div.DivClassName
{
background-color: #A14AE7;
}
.BgClassName
{
background-color: #A14AE7;
}
</style>
border-color css
<style>
span { border-color: #A14AE7; }
span { border-color: rgb(161,74,231); }
td.TdClassName
{
border-color: #A14AE7;
}
.TagClassName
{
border-color: #A14AE7;
}
</style>