Shades of Dark Orchid #A142DC
Tints of Dark Orchid #A142DC
RGB
CMYK
RGB Variations
Color information
#A142DC (or 0xA142DC) is known color: Dark Orchid. HEX triplet: A1, 42 and DC. RGB value is (161,66,220). Sum of RGB (Red+Green+Blue) = 161+66+220=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #A142DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A142DC is #5EBD23. Grayscale: #6F6F6F. Windows color (decimal): -6208804 or 14434977. OLE color: 14434977.
HSL color Cylindrical-coordinate representation of color #A142DC: hue angle of 277.01º degrees, saturation: 0.69, 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 #A142DC is Cyan = 0.27, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 66 | 220 | - |
| CMYK | 0.27 | 0.7 | 0 | 0.14 |
| HSL | 277.01º | 0.69% | 0.56% | - |
| HSV(B) | 277.01º | 0.7% | 0.86% | - |
| XYZ | 29.56 | 16.64 | 69.36 | - |
| YUV | 111.96 | 188.97 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 220 | 0.27 | 0.7 | 0 | 0.14 | 277.01 | 0.69 | 0.56 |
| Hex | A1 | 42 | DC | 1B | 46 | 0 | E | 115 | 45 | 38 |
| Octal | 241 | 102 | 334 | 33 | 106 | 0 | 16 | 425 | 105 | 70 |
| Binary | 10100001 | 1000010 | 11011100 | 11011 | 1000110 | 0 | 1110 | 100010101 | 1000101 | 111000 |
Color Harmonies of #A142DC
Complementary color
Monochromatic Colors of #A142DC
Black with #A142DC
Text Example
Text Example
White with #A142DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A142DC; }
p { color: rgb(161,66,220); }
H1.HeaderClassName
{
color: #A142DC;
}
.AnyTagClassName
{
color: #A142DC;
}
</style>
background-color css
<style>
a { background-color: #A142DC; }
a { background-color: rgb(161,66,220); }
div.DivClassName
{
background-color: #A142DC;
}
.BgClassName
{
background-color: #A142DC;
}
</style>
border-color css
<style>
span { border-color: #A142DC; }
span { border-color: rgb(161,66,220); }
td.TdClassName
{
border-color: #A142DC;
}
.TagClassName
{
border-color: #A142DC;
}
</style>