Shades of Dark Orchid #A42DCE
Tints of Dark Orchid #A42DCE
RGB
CMYK
RGB Variations
Color information
#A42DCE (or 0xA42DCE) is known color: Dark Orchid. HEX triplet: A4, 2D and CE. RGB value is (164,45,206). Sum of RGB (Red+Green+Blue) = 164+45+206=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #A42DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DCE is #5BD231. Grayscale: #626262. Windows color (decimal): -6017586 or 13512100. OLE color: 13512100.
HSL color Cylindrical-coordinate representation of color #A42DCE: hue angle of 284.35º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42DCE is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 45 | 206 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.19 |
| HSL | 284.35º | 0.64% | 0.49% | - |
| HSV(B) | 284.35º | 0.78% | 0.81% | - |
| XYZ | 27.39 | 14.23 | 59.69 | - |
| YUV | 98.94 | 188.42 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 206 | 0.20 | 0.78 | 0 | 0.19 | 284.35 | 0.64 | 0.49 |
| Hex | A4 | 2D | CE | 14 | 4E | 0 | 13 | 11C | 40 | 31 |
| Octal | 244 | 55 | 316 | 24 | 116 | 0 | 23 | 434 | 100 | 61 |
| Binary | 10100100 | 101101 | 11001110 | 10100 | 1001110 | 0 | 10011 | 100011100 | 1000000 | 110001 |
Color Harmonies of #A42DCE
Complementary color
Monochromatic Colors of #A42DCE
Black with #A42DCE
Text Example
Text Example
White with #A42DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42DCE; }
p { color: rgb(164,45,206); }
H1.HeaderClassName
{
color: #A42DCE;
}
.AnyTagClassName
{
color: #A42DCE;
}
</style>
background-color css
<style>
a { background-color: #A42DCE; }
a { background-color: rgb(164,45,206); }
div.DivClassName
{
background-color: #A42DCE;
}
.BgClassName
{
background-color: #A42DCE;
}
</style>
border-color css
<style>
span { border-color: #A42DCE; }
span { border-color: rgb(164,45,206); }
td.TdClassName
{
border-color: #A42DCE;
}
.TagClassName
{
border-color: #A42DCE;
}
</style>