Shades of Dark Orchid #A643CE
Tints of Dark Orchid #A643CE
RGB
CMYK
RGB Variations
Color information
#A643CE (or 0xA643CE) is known color: Dark Orchid. HEX triplet: A6, 43 and CE. RGB value is (166,67,206). Sum of RGB (Red+Green+Blue) = 166+67+206=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #A643CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A643CE is #59BC31. Grayscale: #6F6F6F. Windows color (decimal): -5880882 or 13517734. OLE color: 13517734.
HSL color Cylindrical-coordinate representation of color #A643CE: hue angle of 282.73º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A643CE is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 67 | 206 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.19 |
| HSL | 282.73º | 0.59% | 0.54% | - |
| HSV(B) | 282.73º | 0.67% | 0.81% | - |
| XYZ | 28.87 | 16.58 | 60.07 | - |
| YUV | 112.45 | 180.8 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 206 | 0.19 | 0.67 | 0 | 0.19 | 282.73 | 0.59 | 0.54 |
| Hex | A6 | 43 | CE | 13 | 43 | 0 | 13 | 11B | 3B | 36 |
| Octal | 246 | 103 | 316 | 23 | 103 | 0 | 23 | 433 | 73 | 66 |
| Binary | 10100110 | 1000011 | 11001110 | 10011 | 1000011 | 0 | 10011 | 100011011 | 111011 | 110110 |
Color Harmonies of #A643CE
Complementary color
Monochromatic Colors of #A643CE
Black with #A643CE
Text Example
Text Example
White with #A643CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A643CE; }
p { color: rgb(166,67,206); }
H1.HeaderClassName
{
color: #A643CE;
}
.AnyTagClassName
{
color: #A643CE;
}
</style>
background-color css
<style>
a { background-color: #A643CE; }
a { background-color: rgb(166,67,206); }
div.DivClassName
{
background-color: #A643CE;
}
.BgClassName
{
background-color: #A643CE;
}
</style>
border-color css
<style>
span { border-color: #A643CE; }
span { border-color: rgb(166,67,206); }
td.TdClassName
{
border-color: #A643CE;
}
.TagClassName
{
border-color: #A643CE;
}
</style>