Shades of Dark Orchid #A142DB
Tints of Dark Orchid #A142DB
RGB
CMYK
RGB Variations
Color information
#A142DB (or 0xA142DB) is known color: Dark Orchid. HEX triplet: A1, 42 and DB. RGB value is (161,66,219). Sum of RGB (Red+Green+Blue) = 161+66+219=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #A142DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A142DB is #5EBD24. Grayscale: #6F6F6F. Windows color (decimal): -6208805 or 14369441. OLE color: 14369441.
HSL color Cylindrical-coordinate representation of color #A142DB: hue angle of 277.25º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A142DB is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 66 | 219 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.14 |
| HSL | 277.25º | 0.68% | 0.56% | - |
| HSV(B) | 277.25º | 0.7% | 0.86% | - |
| XYZ | 29.43 | 16.59 | 68.67 | - |
| YUV | 111.85 | 188.47 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 219 | 0.26 | 0.70 | 0 | 0.14 | 277.25 | 0.68 | 0.56 |
| Hex | A1 | 42 | DB | 1A | 46 | 0 | E | 115 | 44 | 38 |
| Octal | 241 | 102 | 333 | 32 | 106 | 0 | 16 | 425 | 104 | 70 |
| Binary | 10100001 | 1000010 | 11011011 | 11010 | 1000110 | 0 | 1110 | 100010101 | 1000100 | 111000 |
Color Harmonies of #A142DB
Complementary color
Monochromatic Colors of #A142DB
Black with #A142DB
Text Example
Text Example
White with #A142DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A142DB; }
p { color: rgb(161,66,219); }
H1.HeaderClassName
{
color: #A142DB;
}
.AnyTagClassName
{
color: #A142DB;
}
</style>
background-color css
<style>
a { background-color: #A142DB; }
a { background-color: rgb(161,66,219); }
div.DivClassName
{
background-color: #A142DB;
}
.BgClassName
{
background-color: #A142DB;
}
</style>
border-color css
<style>
span { border-color: #A142DB; }
span { border-color: rgb(161,66,219); }
td.TdClassName
{
border-color: #A142DB;
}
.TagClassName
{
border-color: #A142DB;
}
</style>