Shades of Dark Orchid #A14BDB
Tints of Dark Orchid #A14BDB
RGB
CMYK
RGB Variations
Color information
#A14BDB (or 0xA14BDB) is known color: Dark Orchid. HEX triplet: A1, 4B and DB. RGB value is (161,75,219). Sum of RGB (Red+Green+Blue) = 161+75+219=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #A14BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14BDB is #5EB424. Grayscale: #747474. Windows color (decimal): -6206501 or 14371745. OLE color: 14371745.
HSL color Cylindrical-coordinate representation of color #A14BDB: hue angle of 275.83º 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 #A14BDB is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 75 | 219 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.14 |
| HSL | 275.83º | 0.67% | 0.58% | - |
| HSV(B) | 275.83º | 0.66% | 0.86% | - |
| XYZ | 30 | 17.72 | 68.86 | - |
| YUV | 117.13 | 185.49 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 219 | 0.26 | 0.66 | 0 | 0.14 | 275.83 | 0.67 | 0.58 |
| Hex | A1 | 4B | DB | 1A | 42 | 0 | E | 114 | 43 | 3A |
| Octal | 241 | 113 | 333 | 32 | 102 | 0 | 16 | 424 | 103 | 72 |
| Binary | 10100001 | 1001011 | 11011011 | 11010 | 1000010 | 0 | 1110 | 100010100 | 1000011 | 111010 |
Color Harmonies of #A14BDB
Complementary color
Monochromatic Colors of #A14BDB
Black with #A14BDB
Text Example
Text Example
White with #A14BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14BDB; }
p { color: rgb(161,75,219); }
H1.HeaderClassName
{
color: #A14BDB;
}
.AnyTagClassName
{
color: #A14BDB;
}
</style>
background-color css
<style>
a { background-color: #A14BDB; }
a { background-color: rgb(161,75,219); }
div.DivClassName
{
background-color: #A14BDB;
}
.BgClassName
{
background-color: #A14BDB;
}
</style>
border-color css
<style>
span { border-color: #A14BDB; }
span { border-color: rgb(161,75,219); }
td.TdClassName
{
border-color: #A14BDB;
}
.TagClassName
{
border-color: #A14BDB;
}
</style>