Shades of Dark Orchid #A349CF
Tints of Dark Orchid #A349CF
RGB
CMYK
RGB Variations
Color information
#A349CF (or 0xA349CF) is known color: Dark Orchid. HEX triplet: A3, 49 and CF. RGB value is (163,73,207). Sum of RGB (Red+Green+Blue) = 163+73+207=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #A349CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A349CF is #5CB630. Grayscale: #727272. Windows color (decimal): -6075953 or 13584803. OLE color: 13584803.
HSL color Cylindrical-coordinate representation of color #A349CF: hue angle of 280.3º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A349CF is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 73 | 207 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.19 |
| HSL | 280.3º | 0.58% | 0.55% | - |
| HSV(B) | 280.3º | 0.65% | 0.81% | - |
| XYZ | 28.75 | 17.06 | 60.81 | - |
| YUV | 115.19 | 179.82 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 207 | 0.21 | 0.65 | 0 | 0.19 | 280.3 | 0.58 | 0.55 |
| Hex | A3 | 49 | CF | 15 | 41 | 0 | 13 | 118 | 3A | 37 |
| Octal | 243 | 111 | 317 | 25 | 101 | 0 | 23 | 430 | 72 | 67 |
| Binary | 10100011 | 1001001 | 11001111 | 10101 | 1000001 | 0 | 10011 | 100011000 | 111010 | 110111 |
Color Harmonies of #A349CF
Complementary color
Monochromatic Colors of #A349CF
Black with #A349CF
Text Example
Text Example
White with #A349CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A349CF; }
p { color: rgb(163,73,207); }
H1.HeaderClassName
{
color: #A349CF;
}
.AnyTagClassName
{
color: #A349CF;
}
</style>
background-color css
<style>
a { background-color: #A349CF; }
a { background-color: rgb(163,73,207); }
div.DivClassName
{
background-color: #A349CF;
}
.BgClassName
{
background-color: #A349CF;
}
</style>
border-color css
<style>
span { border-color: #A349CF; }
span { border-color: rgb(163,73,207); }
td.TdClassName
{
border-color: #A349CF;
}
.TagClassName
{
border-color: #A349CF;
}
</style>