Shades of Dark Orchid #A347CF
Tints of Dark Orchid #A347CF
RGB
CMYK
RGB Variations
Color information
#A347CF (or 0xA347CF) is known color: Dark Orchid. HEX triplet: A3, 47 and CF. RGB value is (163,71,207). Sum of RGB (Red+Green+Blue) = 163+71+207=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #A347CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A347CF is #5CB830. Grayscale: #717171. Windows color (decimal): -6076465 or 13584291. OLE color: 13584291.
HSL color Cylindrical-coordinate representation of color #A347CF: hue angle of 280.59º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A347CF is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 71 | 207 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.19 |
| HSL | 280.59º | 0.59% | 0.55% | - |
| HSV(B) | 280.59º | 0.66% | 0.81% | - |
| XYZ | 28.62 | 16.8 | 60.77 | - |
| YUV | 114.01 | 180.48 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 207 | 0.21 | 0.66 | 0 | 0.19 | 280.59 | 0.59 | 0.55 |
| Hex | A3 | 47 | CF | 15 | 42 | 0 | 13 | 119 | 3B | 37 |
| Octal | 243 | 107 | 317 | 25 | 102 | 0 | 23 | 431 | 73 | 67 |
| Binary | 10100011 | 1000111 | 11001111 | 10101 | 1000010 | 0 | 10011 | 100011001 | 111011 | 110111 |
Color Harmonies of #A347CF
Complementary color
Monochromatic Colors of #A347CF
Black with #A347CF
Text Example
Text Example
White with #A347CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A347CF; }
p { color: rgb(163,71,207); }
H1.HeaderClassName
{
color: #A347CF;
}
.AnyTagClassName
{
color: #A347CF;
}
</style>
background-color css
<style>
a { background-color: #A347CF; }
a { background-color: rgb(163,71,207); }
div.DivClassName
{
background-color: #A347CF;
}
.BgClassName
{
background-color: #A347CF;
}
</style>
border-color css
<style>
span { border-color: #A347CF; }
span { border-color: rgb(163,71,207); }
td.TdClassName
{
border-color: #A347CF;
}
.TagClassName
{
border-color: #A347CF;
}
</style>