Shades of Dark Orchid #A42ADE
Tints of Dark Orchid #A42ADE
RGB
CMYK
RGB Variations
Color information
#A42ADE (or 0xA42ADE) is known color: Dark Orchid. HEX triplet: A4, 2A and DE. RGB value is (164,42,222). Sum of RGB (Red+Green+Blue) = 164+42+222=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #A42ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ADE is #5BD521. Grayscale: #626262. Windows color (decimal): -6018338 or 14559908. OLE color: 14559908.
HSL color Cylindrical-coordinate representation of color #A42ADE: hue angle of 280.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A42ADE is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 42 | 222 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.13 |
| HSL | 280.67º | 0.73% | 0.52% | - |
| HSV(B) | 280.67º | 0.81% | 0.87% | - |
| XYZ | 29.32 | 14.82 | 70.42 | - |
| YUV | 99 | 197.42 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 42 | 222 | 0.26 | 0.81 | 0 | 0.13 | 280.67 | 0.73 | 0.52 |
| Hex | A4 | 2A | DE | 1A | 51 | 0 | D | 119 | 49 | 34 |
| Octal | 244 | 52 | 336 | 32 | 121 | 0 | 15 | 431 | 111 | 64 |
| Binary | 10100100 | 101010 | 11011110 | 11010 | 1010001 | 0 | 1101 | 100011001 | 1001001 | 110100 |
Color Harmonies of #A42ADE
Complementary color
Monochromatic Colors of #A42ADE
Black with #A42ADE
Text Example
Text Example
White with #A42ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42ADE; }
p { color: rgb(164,42,222); }
H1.HeaderClassName
{
color: #A42ADE;
}
.AnyTagClassName
{
color: #A42ADE;
}
</style>
background-color css
<style>
a { background-color: #A42ADE; }
a { background-color: rgb(164,42,222); }
div.DivClassName
{
background-color: #A42ADE;
}
.BgClassName
{
background-color: #A42ADE;
}
</style>
border-color css
<style>
span { border-color: #A42ADE; }
span { border-color: rgb(164,42,222); }
td.TdClassName
{
border-color: #A42ADE;
}
.TagClassName
{
border-color: #A42ADE;
}
</style>