Shades of Dark Orchid #A42DCF
Tints of Dark Orchid #A42DCF
RGB
CMYK
RGB Variations
Color information
#A42DCF (or 0xA42DCF) is known color: Dark Orchid. HEX triplet: A4, 2D and CF. RGB value is (164,45,207). Sum of RGB (Red+Green+Blue) = 164+45+207=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #A42DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DCF is #5BD230. Grayscale: #626262. Windows color (decimal): -6017585 or 13577636. OLE color: 13577636.
HSL color Cylindrical-coordinate representation of color #A42DCF: hue angle of 284.07º 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 #A42DCF is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 45 | 207 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.19 |
| HSL | 284.07º | 0.64% | 0.49% | - |
| HSV(B) | 284.07º | 0.78% | 0.81% | - |
| XYZ | 27.51 | 14.27 | 60.34 | - |
| YUV | 99.05 | 188.92 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 207 | 0.21 | 0.78 | 0 | 0.19 | 284.07 | 0.64 | 0.49 |
| Hex | A4 | 2D | CF | 15 | 4E | 0 | 13 | 11C | 40 | 31 |
| Octal | 244 | 55 | 317 | 25 | 116 | 0 | 23 | 434 | 100 | 61 |
| Binary | 10100100 | 101101 | 11001111 | 10101 | 1001110 | 0 | 10011 | 100011100 | 1000000 | 110001 |
Color Harmonies of #A42DCF
Complementary color
Monochromatic Colors of #A42DCF
Black with #A42DCF
Text Example
Text Example
White with #A42DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42DCF; }
p { color: rgb(164,45,207); }
H1.HeaderClassName
{
color: #A42DCF;
}
.AnyTagClassName
{
color: #A42DCF;
}
</style>
background-color css
<style>
a { background-color: #A42DCF; }
a { background-color: rgb(164,45,207); }
div.DivClassName
{
background-color: #A42DCF;
}
.BgClassName
{
background-color: #A42DCF;
}
</style>
border-color css
<style>
span { border-color: #A42DCF; }
span { border-color: rgb(164,45,207); }
td.TdClassName
{
border-color: #A42DCF;
}
.TagClassName
{
border-color: #A42DCF;
}
</style>