Shades of Dark Orchid #A42ADF
Tints of Dark Orchid #A42ADF
RGB
CMYK
RGB Variations
Color information
#A42ADF (or 0xA42ADF) is known color: Dark Orchid. HEX triplet: A4, 2A and DF. RGB value is (164,42,223). Sum of RGB (Red+Green+Blue) = 164+42+223=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #A42ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ADF is #5BD520. Grayscale: #626262. Windows color (decimal): -6018337 or 14625444. OLE color: 14625444.
HSL color Cylindrical-coordinate representation of color #A42ADF: hue angle of 280.44º degrees, saturation: 0.74, 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 #A42ADF is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 42 | 223 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.13 |
| HSL | 280.44º | 0.74% | 0.52% | - |
| HSV(B) | 280.44º | 0.81% | 0.87% | - |
| XYZ | 29.46 | 14.88 | 71.13 | - |
| YUV | 99.11 | 197.92 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 42 | 223 | 0.26 | 0.81 | 0 | 0.13 | 280.44 | 0.74 | 0.52 |
| Hex | A4 | 2A | DF | 1A | 51 | 0 | D | 118 | 4A | 34 |
| Octal | 244 | 52 | 337 | 32 | 121 | 0 | 15 | 430 | 112 | 64 |
| Binary | 10100100 | 101010 | 11011111 | 11010 | 1010001 | 0 | 1101 | 100011000 | 1001010 | 110100 |
Color Harmonies of #A42ADF
Complementary color
Monochromatic Colors of #A42ADF
Black with #A42ADF
Text Example
Text Example
White with #A42ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42ADF; }
p { color: rgb(164,42,223); }
H1.HeaderClassName
{
color: #A42ADF;
}
.AnyTagClassName
{
color: #A42ADF;
}
</style>
background-color css
<style>
a { background-color: #A42ADF; }
a { background-color: rgb(164,42,223); }
div.DivClassName
{
background-color: #A42ADF;
}
.BgClassName
{
background-color: #A42ADF;
}
</style>
border-color css
<style>
span { border-color: #A42ADF; }
span { border-color: rgb(164,42,223); }
td.TdClassName
{
border-color: #A42ADF;
}
.TagClassName
{
border-color: #A42ADF;
}
</style>