Shades of Dark Orchid #A042DD
Tints of Dark Orchid #A042DD
RGB
CMYK
RGB Variations
Color information
#A042DD (or 0xA042DD) is known color: Dark Orchid. HEX triplet: A0, 42 and DD. RGB value is (160,66,221). Sum of RGB (Red+Green+Blue) = 160+66+221=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #A042DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042DD is #5FBD22. Grayscale: #6F6F6F. Windows color (decimal): -6274339 or 14500512. OLE color: 14500512.
HSL color Cylindrical-coordinate representation of color #A042DD: hue angle of 276.39º 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 #A042DD is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 66 | 221 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.13 |
| HSL | 276.39º | 0.7% | 0.56% | - |
| HSV(B) | 276.39º | 0.7% | 0.87% | - |
| XYZ | 29.5 | 16.59 | 70.05 | - |
| YUV | 111.78 | 189.64 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 221 | 0.28 | 0.70 | 0 | 0.13 | 276.39 | 0.7 | 0.56 |
| Hex | A0 | 42 | DD | 1C | 46 | 0 | D | 114 | 46 | 38 |
| Octal | 240 | 102 | 335 | 34 | 106 | 0 | 15 | 424 | 106 | 70 |
| Binary | 10100000 | 1000010 | 11011101 | 11100 | 1000110 | 0 | 1101 | 100010100 | 1000110 | 111000 |
Color Harmonies of #A042DD
Complementary color
Monochromatic Colors of #A042DD
Black with #A042DD
Text Example
Text Example
White with #A042DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A042DD; }
p { color: rgb(160,66,221); }
H1.HeaderClassName
{
color: #A042DD;
}
.AnyTagClassName
{
color: #A042DD;
}
</style>
background-color css
<style>
a { background-color: #A042DD; }
a { background-color: rgb(160,66,221); }
div.DivClassName
{
background-color: #A042DD;
}
.BgClassName
{
background-color: #A042DD;
}
</style>
border-color css
<style>
span { border-color: #A042DD; }
span { border-color: rgb(160,66,221); }
td.TdClassName
{
border-color: #A042DD;
}
.TagClassName
{
border-color: #A042DD;
}
</style>