Shades of Dark Orchid #A142DD
Tints of Dark Orchid #A142DD
RGB
CMYK
RGB Variations
Color information
#A142DD (or 0xA142DD) is known color: Dark Orchid. HEX triplet: A1, 42 and DD. RGB value is (161,66,221). Sum of RGB (Red+Green+Blue) = 161+66+221=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #A142DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A142DD is #5EBD22. Grayscale: #6F6F6F. Windows color (decimal): -6208803 or 14500513. OLE color: 14500513.
HSL color Cylindrical-coordinate representation of color #A142DD: hue angle of 276.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A142DD is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 66 | 221 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.13 |
| HSL | 276.77º | 0.7% | 0.56% | - |
| HSV(B) | 276.77º | 0.7% | 0.87% | - |
| XYZ | 29.7 | 16.69 | 70.06 | - |
| YUV | 112.08 | 189.47 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 221 | 0.27 | 0.70 | 0 | 0.13 | 276.77 | 0.7 | 0.56 |
| Hex | A1 | 42 | DD | 1B | 46 | 0 | D | 115 | 46 | 38 |
| Octal | 241 | 102 | 335 | 33 | 106 | 0 | 15 | 425 | 106 | 70 |
| Binary | 10100001 | 1000010 | 11011101 | 11011 | 1000110 | 0 | 1101 | 100010101 | 1000110 | 111000 |
Color Harmonies of #A142DD
Complementary color
Monochromatic Colors of #A142DD
Black with #A142DD
Text Example
Text Example
White with #A142DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A142DD; }
p { color: rgb(161,66,221); }
H1.HeaderClassName
{
color: #A142DD;
}
.AnyTagClassName
{
color: #A142DD;
}
</style>
background-color css
<style>
a { background-color: #A142DD; }
a { background-color: rgb(161,66,221); }
div.DivClassName
{
background-color: #A142DD;
}
.BgClassName
{
background-color: #A142DD;
}
</style>
border-color css
<style>
span { border-color: #A142DD; }
span { border-color: rgb(161,66,221); }
td.TdClassName
{
border-color: #A142DD;
}
.TagClassName
{
border-color: #A142DD;
}
</style>