Shades of Dark Orchid #A42CD3
Tints of Dark Orchid #A42CD3
RGB
CMYK
RGB Variations
Color information
#A42CD3 (or 0xA42CD3) is known color: Dark Orchid. HEX triplet: A4, 2C and D3. RGB value is (164,44,211). Sum of RGB (Red+Green+Blue) = 164+44+211=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 211 (82.81% from 255 or 50.36% from 419); Max value from RGB is 211 - color contains mainly: blue. Hex color #A42CD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CD3 is #5BD32C. Grayscale: #626262. Windows color (decimal): -6017837 or 13839524. OLE color: 13839524.
HSL color Cylindrical-coordinate representation of color #A42CD3: hue angle of 283.11º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42CD3 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 44 | 211 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.17 |
| HSL | 283.11º | 0.65% | 0.5% | - |
| HSV(B) | 283.11º | 0.79% | 0.83% | - |
| XYZ | 27.97 | 14.4 | 62.93 | - |
| YUV | 98.92 | 191.26 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 211 | 0.22 | 0.79 | 0 | 0.17 | 283.11 | 0.65 | 0.5 |
| Hex | A4 | 2C | D3 | 16 | 4F | 0 | 11 | 11B | 41 | 32 |
| Octal | 244 | 54 | 323 | 26 | 117 | 0 | 21 | 433 | 101 | 62 |
| Binary | 10100100 | 101100 | 11010011 | 10110 | 1001111 | 0 | 10001 | 100011011 | 1000001 | 110010 |
Color Harmonies of #A42CD3
Complementary color
Monochromatic Colors of #A42CD3
Black with #A42CD3
Text Example
Text Example
White with #A42CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42CD3; }
p { color: rgb(164,44,211); }
H1.HeaderClassName
{
color: #A42CD3;
}
.AnyTagClassName
{
color: #A42CD3;
}
</style>
background-color css
<style>
a { background-color: #A42CD3; }
a { background-color: rgb(164,44,211); }
div.DivClassName
{
background-color: #A42CD3;
}
.BgClassName
{
background-color: #A42CD3;
}
</style>
border-color css
<style>
span { border-color: #A42CD3; }
span { border-color: rgb(164,44,211); }
td.TdClassName
{
border-color: #A42CD3;
}
.TagClassName
{
border-color: #A42CD3;
}
</style>