Shades of Dark Orchid #A14BDF
Tints of Dark Orchid #A14BDF
RGB
CMYK
RGB Variations
Color information
#A14BDF (or 0xA14BDF) is known color: Dark Orchid. HEX triplet: A1, 4B and DF. RGB value is (161,75,223). Sum of RGB (Red+Green+Blue) = 161+75+223=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #A14BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14BDF is #5EB420. Grayscale: #757575. Windows color (decimal): -6206497 or 14633889. OLE color: 14633889.
HSL color Cylindrical-coordinate representation of color #A14BDF: hue angle of 274.86º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A14BDF is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 75 | 223 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.13 |
| HSL | 274.86º | 0.7% | 0.58% | - |
| HSV(B) | 274.86º | 0.66% | 0.87% | - |
| XYZ | 30.53 | 17.94 | 71.66 | - |
| YUV | 117.59 | 187.49 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 223 | 0.28 | 0.66 | 0 | 0.13 | 274.86 | 0.7 | 0.58 |
| Hex | A1 | 4B | DF | 1C | 42 | 0 | D | 113 | 46 | 3A |
| Octal | 241 | 113 | 337 | 34 | 102 | 0 | 15 | 423 | 106 | 72 |
| Binary | 10100001 | 1001011 | 11011111 | 11100 | 1000010 | 0 | 1101 | 100010011 | 1000110 | 111010 |
Color Harmonies of #A14BDF
Complementary color
Monochromatic Colors of #A14BDF
Black with #A14BDF
Text Example
Text Example
White with #A14BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14BDF; }
p { color: rgb(161,75,223); }
H1.HeaderClassName
{
color: #A14BDF;
}
.AnyTagClassName
{
color: #A14BDF;
}
</style>
background-color css
<style>
a { background-color: #A14BDF; }
a { background-color: rgb(161,75,223); }
div.DivClassName
{
background-color: #A14BDF;
}
.BgClassName
{
background-color: #A14BDF;
}
</style>
border-color css
<style>
span { border-color: #A14BDF; }
span { border-color: rgb(161,75,223); }
td.TdClassName
{
border-color: #A14BDF;
}
.TagClassName
{
border-color: #A14BDF;
}
</style>