Shades of Dark Orchid #A42ADD
Tints of Dark Orchid #A42ADD
RGB
CMYK
RGB Variations
Color information
#A42ADD (or 0xA42ADD) is known color: Dark Orchid. HEX triplet: A4, 2A and DD. RGB value is (164,42,221). Sum of RGB (Red+Green+Blue) = 164+42+221=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #A42ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ADD is #5BD522. Grayscale: #626262. Windows color (decimal): -6018339 or 14494372. OLE color: 14494372.
HSL color Cylindrical-coordinate representation of color #A42ADD: hue angle of 280.89º degrees, saturation: 0.72, 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 #A42ADD is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 42 | 221 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.13 |
| HSL | 280.89º | 0.72% | 0.52% | - |
| HSV(B) | 280.89º | 0.81% | 0.87% | - |
| XYZ | 29.19 | 14.77 | 69.72 | - |
| YUV | 98.88 | 196.92 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 42 | 221 | 0.26 | 0.81 | 0 | 0.13 | 280.89 | 0.72 | 0.52 |
| Hex | A4 | 2A | DD | 1A | 51 | 0 | D | 119 | 48 | 34 |
| Octal | 244 | 52 | 335 | 32 | 121 | 0 | 15 | 431 | 110 | 64 |
| Binary | 10100100 | 101010 | 11011101 | 11010 | 1010001 | 0 | 1101 | 100011001 | 1001000 | 110100 |
Color Harmonies of #A42ADD
Complementary color
Monochromatic Colors of #A42ADD
Black with #A42ADD
Text Example
Text Example
White with #A42ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42ADD; }
p { color: rgb(164,42,221); }
H1.HeaderClassName
{
color: #A42ADD;
}
.AnyTagClassName
{
color: #A42ADD;
}
</style>
background-color css
<style>
a { background-color: #A42ADD; }
a { background-color: rgb(164,42,221); }
div.DivClassName
{
background-color: #A42ADD;
}
.BgClassName
{
background-color: #A42ADD;
}
</style>
border-color css
<style>
span { border-color: #A42ADD; }
span { border-color: rgb(164,42,221); }
td.TdClassName
{
border-color: #A42ADD;
}
.TagClassName
{
border-color: #A42ADD;
}
</style>