Shades of Dark Orchid #A14CDD
Tints of Dark Orchid #A14CDD
RGB
CMYK
RGB Variations
Color information
#A14CDD (or 0xA14CDD) is known color: Dark Orchid. HEX triplet: A1, 4C and DD. RGB value is (161,76,221). Sum of RGB (Red+Green+Blue) = 161+76+221=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #A14CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CDD is #5EB322. Grayscale: #757575. Windows color (decimal): -6206243 or 14503073. OLE color: 14503073.
HSL color Cylindrical-coordinate representation of color #A14CDD: hue angle of 275.17º degrees, saturation: 0.68, 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 #A14CDD is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 76 | 221 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.13 |
| HSL | 275.17º | 0.68% | 0.58% | - |
| HSV(B) | 275.17º | 0.66% | 0.87% | - |
| XYZ | 30.33 | 17.97 | 70.28 | - |
| YUV | 117.95 | 186.16 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 221 | 0.27 | 0.66 | 0 | 0.13 | 275.17 | 0.68 | 0.58 |
| Hex | A1 | 4C | DD | 1B | 42 | 0 | D | 113 | 44 | 3A |
| Octal | 241 | 114 | 335 | 33 | 102 | 0 | 15 | 423 | 104 | 72 |
| Binary | 10100001 | 1001100 | 11011101 | 11011 | 1000010 | 0 | 1101 | 100010011 | 1000100 | 111010 |
Color Harmonies of #A14CDD
Complementary color
Monochromatic Colors of #A14CDD
Black with #A14CDD
Text Example
Text Example
White with #A14CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14CDD; }
p { color: rgb(161,76,221); }
H1.HeaderClassName
{
color: #A14CDD;
}
.AnyTagClassName
{
color: #A14CDD;
}
</style>
background-color css
<style>
a { background-color: #A14CDD; }
a { background-color: rgb(161,76,221); }
div.DivClassName
{
background-color: #A14CDD;
}
.BgClassName
{
background-color: #A14CDD;
}
</style>
border-color css
<style>
span { border-color: #A14CDD; }
span { border-color: rgb(161,76,221); }
td.TdClassName
{
border-color: #A14CDD;
}
.TagClassName
{
border-color: #A14CDD;
}
</style>