Shades of Dark Orchid #A346CF
Tints of Dark Orchid #A346CF
RGB
CMYK
RGB Variations
Color information
#A346CF (or 0xA346CF) is known color: Dark Orchid. HEX triplet: A3, 46 and CF. RGB value is (163,70,207). Sum of RGB (Red+Green+Blue) = 163+70+207=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #A346CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A346CF is #5CB930. Grayscale: #707070. Windows color (decimal): -6076721 or 13584035. OLE color: 13584035.
HSL color Cylindrical-coordinate representation of color #A346CF: hue angle of 280.73º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A346CF is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 70 | 207 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.19 |
| HSL | 280.73º | 0.59% | 0.54% | - |
| HSV(B) | 280.73º | 0.66% | 0.81% | - |
| XYZ | 28.56 | 16.67 | 60.74 | - |
| YUV | 113.43 | 180.81 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 207 | 0.21 | 0.66 | 0 | 0.19 | 280.73 | 0.59 | 0.54 |
| Hex | A3 | 46 | CF | 15 | 42 | 0 | 13 | 119 | 3B | 36 |
| Octal | 243 | 106 | 317 | 25 | 102 | 0 | 23 | 431 | 73 | 66 |
| Binary | 10100011 | 1000110 | 11001111 | 10101 | 1000010 | 0 | 10011 | 100011001 | 111011 | 110110 |
Color Harmonies of #A346CF
Complementary color
Monochromatic Colors of #A346CF
Black with #A346CF
Text Example
Text Example
White with #A346CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A346CF; }
p { color: rgb(163,70,207); }
H1.HeaderClassName
{
color: #A346CF;
}
.AnyTagClassName
{
color: #A346CF;
}
</style>
background-color css
<style>
a { background-color: #A346CF; }
a { background-color: rgb(163,70,207); }
div.DivClassName
{
background-color: #A346CF;
}
.BgClassName
{
background-color: #A346CF;
}
</style>
border-color css
<style>
span { border-color: #A346CF; }
span { border-color: rgb(163,70,207); }
td.TdClassName
{
border-color: #A346CF;
}
.TagClassName
{
border-color: #A346CF;
}
</style>