Shades of Dark Orchid #A643CF
Tints of Dark Orchid #A643CF
RGB
CMYK
RGB Variations
Color information
#A643CF (or 0xA643CF) is known color: Dark Orchid. HEX triplet: A6, 43 and CF. RGB value is (166,67,207). Sum of RGB (Red+Green+Blue) = 166+67+207=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 67 (26.56% from 255 or 15.23% 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 #A643CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A643CF is #59BC30. Grayscale: #707070. Windows color (decimal): -5880881 or 13583270. OLE color: 13583270.
HSL color Cylindrical-coordinate representation of color #A643CF: hue angle of 282.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A643CF is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 67 | 207 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.19 |
| HSL | 282.43º | 0.59% | 0.54% | - |
| HSV(B) | 282.43º | 0.68% | 0.81% | - |
| XYZ | 29 | 16.63 | 60.71 | - |
| YUV | 112.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 207 | 0.20 | 0.68 | 0 | 0.19 | 282.43 | 0.59 | 0.54 |
| Hex | A6 | 43 | CF | 14 | 44 | 0 | 13 | 11A | 3B | 36 |
| Octal | 246 | 103 | 317 | 24 | 104 | 0 | 23 | 432 | 73 | 66 |
| Binary | 10100110 | 1000011 | 11001111 | 10100 | 1000100 | 0 | 10011 | 100011010 | 111011 | 110110 |
Color Harmonies of #A643CF
Complementary color
Monochromatic Colors of #A643CF
Black with #A643CF
Text Example
Text Example
White with #A643CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A643CF; }
p { color: rgb(166,67,207); }
H1.HeaderClassName
{
color: #A643CF;
}
.AnyTagClassName
{
color: #A643CF;
}
</style>
background-color css
<style>
a { background-color: #A643CF; }
a { background-color: rgb(166,67,207); }
div.DivClassName
{
background-color: #A643CF;
}
.BgClassName
{
background-color: #A643CF;
}
</style>
border-color css
<style>
span { border-color: #A643CF; }
span { border-color: rgb(166,67,207); }
td.TdClassName
{
border-color: #A643CF;
}
.TagClassName
{
border-color: #A643CF;
}
</style>