Shades of Dark Orchid #A42ECF
Tints of Dark Orchid #A42ECF
RGB
CMYK
RGB Variations
Color information
#A42ECF (or 0xA42ECF) is known color: Dark Orchid. HEX triplet: A4, 2E and CF. RGB value is (164,46,207). Sum of RGB (Red+Green+Blue) = 164+46+207=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #A42ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ECF is #5BD130. Grayscale: #636363. Windows color (decimal): -6017329 or 13577892. OLE color: 13577892.
HSL color Cylindrical-coordinate representation of color #A42ECF: hue angle of 283.98º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42ECF is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 46 | 207 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.19 |
| HSL | 283.98º | 0.64% | 0.5% | - |
| HSV(B) | 283.98º | 0.78% | 0.81% | - |
| XYZ | 27.55 | 14.35 | 60.35 | - |
| YUV | 99.64 | 188.59 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 207 | 0.21 | 0.78 | 0 | 0.19 | 283.98 | 0.64 | 0.5 |
| Hex | A4 | 2E | CF | 15 | 4E | 0 | 13 | 11C | 40 | 32 |
| Octal | 244 | 56 | 317 | 25 | 116 | 0 | 23 | 434 | 100 | 62 |
| Binary | 10100100 | 101110 | 11001111 | 10101 | 1001110 | 0 | 10011 | 100011100 | 1000000 | 110010 |
Color Harmonies of #A42ECF
Complementary color
Monochromatic Colors of #A42ECF
Black with #A42ECF
Text Example
Text Example
White with #A42ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42ECF; }
p { color: rgb(164,46,207); }
H1.HeaderClassName
{
color: #A42ECF;
}
.AnyTagClassName
{
color: #A42ECF;
}
</style>
background-color css
<style>
a { background-color: #A42ECF; }
a { background-color: rgb(164,46,207); }
div.DivClassName
{
background-color: #A42ECF;
}
.BgClassName
{
background-color: #A42ECF;
}
</style>
border-color css
<style>
span { border-color: #A42ECF; }
span { border-color: rgb(164,46,207); }
td.TdClassName
{
border-color: #A42ECF;
}
.TagClassName
{
border-color: #A42ECF;
}
</style>