Shades of Dark Orchid #A43FCF
Tints of Dark Orchid #A43FCF
RGB
CMYK
RGB Variations
Color information
#A43FCF (or 0xA43FCF) is known color: Dark Orchid. HEX triplet: A4, 3F and CF. RGB value is (164,63,207). Sum of RGB (Red+Green+Blue) = 164+63+207=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #A43FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43FCF is #5BC030. Grayscale: #6D6D6D. Windows color (decimal): -6012977 or 13582244. OLE color: 13582244.
HSL color Cylindrical-coordinate representation of color #A43FCF: hue angle of 282.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43FCF is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 63 | 207 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.19 |
| HSL | 282.08º | 0.6% | 0.53% | - |
| HSV(B) | 282.08º | 0.7% | 0.81% | - |
| XYZ | 28.35 | 15.95 | 60.62 | - |
| YUV | 109.62 | 182.96 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 207 | 0.21 | 0.70 | 0 | 0.19 | 282.08 | 0.6 | 0.53 |
| Hex | A4 | 3F | CF | 15 | 46 | 0 | 13 | 11A | 3C | 35 |
| Octal | 244 | 77 | 317 | 25 | 106 | 0 | 23 | 432 | 74 | 65 |
| Binary | 10100100 | 111111 | 11001111 | 10101 | 1000110 | 0 | 10011 | 100011010 | 111100 | 110101 |
Color Harmonies of #A43FCF
Complementary color
Monochromatic Colors of #A43FCF
Black with #A43FCF
Text Example
Text Example
White with #A43FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43FCF; }
p { color: rgb(164,63,207); }
H1.HeaderClassName
{
color: #A43FCF;
}
.AnyTagClassName
{
color: #A43FCF;
}
</style>
background-color css
<style>
a { background-color: #A43FCF; }
a { background-color: rgb(164,63,207); }
div.DivClassName
{
background-color: #A43FCF;
}
.BgClassName
{
background-color: #A43FCF;
}
</style>
border-color css
<style>
span { border-color: #A43FCF; }
span { border-color: rgb(164,63,207); }
td.TdClassName
{
border-color: #A43FCF;
}
.TagClassName
{
border-color: #A43FCF;
}
</style>