Shades of Dark Orchid #A42DD0
Tints of Dark Orchid #A42DD0
RGB
CMYK
RGB Variations
Color information
#A42DD0 (or 0xA42DD0) is known color: Dark Orchid. HEX triplet: A4, 2D and D0. RGB value is (164,45,208). Sum of RGB (Red+Green+Blue) = 164+45+208=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #A42DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DD0 is #5BD22F. Grayscale: #626262. Windows color (decimal): -6017584 or 13643172. OLE color: 13643172.
HSL color Cylindrical-coordinate representation of color #A42DD0: hue angle of 283.8º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42DD0 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 45 | 208 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.18 |
| HSL | 283.8º | 0.64% | 0.5% | - |
| HSV(B) | 283.8º | 0.78% | 0.82% | - |
| XYZ | 27.63 | 14.32 | 60.98 | - |
| YUV | 99.16 | 189.42 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 208 | 0.21 | 0.78 | 0 | 0.18 | 283.8 | 0.64 | 0.5 |
| Hex | A4 | 2D | D0 | 15 | 4E | 0 | 12 | 11C | 40 | 32 |
| Octal | 244 | 55 | 320 | 25 | 116 | 0 | 22 | 434 | 100 | 62 |
| Binary | 10100100 | 101101 | 11010000 | 10101 | 1001110 | 0 | 10010 | 100011100 | 1000000 | 110010 |
Color Harmonies of #A42DD0
Complementary color
Monochromatic Colors of #A42DD0
Black with #A42DD0
Text Example
Text Example
White with #A42DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42DD0; }
p { color: rgb(164,45,208); }
H1.HeaderClassName
{
color: #A42DD0;
}
.AnyTagClassName
{
color: #A42DD0;
}
</style>
background-color css
<style>
a { background-color: #A42DD0; }
a { background-color: rgb(164,45,208); }
div.DivClassName
{
background-color: #A42DD0;
}
.BgClassName
{
background-color: #A42DD0;
}
</style>
border-color css
<style>
span { border-color: #A42DD0; }
span { border-color: rgb(164,45,208); }
td.TdClassName
{
border-color: #A42DD0;
}
.TagClassName
{
border-color: #A42DD0;
}
</style>