Shades of Dark Orchid #A14BDC
Tints of Dark Orchid #A14BDC
RGB
CMYK
RGB Variations
Color information
#A14BDC (or 0xA14BDC) is known color: Dark Orchid. HEX triplet: A1, 4B and DC. RGB value is (161,75,220). Sum of RGB (Red+Green+Blue) = 161+75+220=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #A14BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14BDC is #5EB423. Grayscale: #747474. Windows color (decimal): -6206500 or 14437281. OLE color: 14437281.
HSL color Cylindrical-coordinate representation of color #A14BDC: hue angle of 275.59º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A14BDC is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 75 | 220 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.14 |
| HSL | 275.59º | 0.67% | 0.58% | - |
| HSV(B) | 275.59º | 0.66% | 0.86% | - |
| XYZ | 30.13 | 17.78 | 69.55 | - |
| YUV | 117.24 | 185.99 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 220 | 0.27 | 0.66 | 0 | 0.14 | 275.59 | 0.67 | 0.58 |
| Hex | A1 | 4B | DC | 1B | 42 | 0 | E | 114 | 43 | 3A |
| Octal | 241 | 113 | 334 | 33 | 102 | 0 | 16 | 424 | 103 | 72 |
| Binary | 10100001 | 1001011 | 11011100 | 11011 | 1000010 | 0 | 1110 | 100010100 | 1000011 | 111010 |
Color Harmonies of #A14BDC
Complementary color
Monochromatic Colors of #A14BDC
Black with #A14BDC
Text Example
Text Example
White with #A14BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14BDC; }
p { color: rgb(161,75,220); }
H1.HeaderClassName
{
color: #A14BDC;
}
.AnyTagClassName
{
color: #A14BDC;
}
</style>
background-color css
<style>
a { background-color: #A14BDC; }
a { background-color: rgb(161,75,220); }
div.DivClassName
{
background-color: #A14BDC;
}
.BgClassName
{
background-color: #A14BDC;
}
</style>
border-color css
<style>
span { border-color: #A14BDC; }
span { border-color: rgb(161,75,220); }
td.TdClassName
{
border-color: #A14BDC;
}
.TagClassName
{
border-color: #A14BDC;
}
</style>