Shades of Dark Orchid #A643C8
Tints of Dark Orchid #A643C8
RGB
CMYK
RGB Variations
Color information
#A643C8 (or 0xA643C8) is known color: Dark Orchid. HEX triplet: A6, 43 and C8. RGB value is (166,67,200). Sum of RGB (Red+Green+Blue) = 166+67+200=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 200 - color contains mainly: blue. Hex color #A643C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A643C8 is #59BC37. Grayscale: #6F6F6F. Windows color (decimal): -5880888 or 13124518. OLE color: 13124518.
HSL color Cylindrical-coordinate representation of color #A643C8: hue angle of 284.66º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A643C8 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 67 | 200 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.22 |
| HSL | 284.66º | 0.55% | 0.52% | - |
| HSV(B) | 284.66º | 0.67% | 0.78% | - |
| XYZ | 28.16 | 16.29 | 56.3 | - |
| YUV | 111.76 | 177.8 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 200 | 0.17 | 0.66 | 0 | 0.22 | 284.66 | 0.55 | 0.52 |
| Hex | A6 | 43 | C8 | 11 | 42 | 0 | 16 | 11D | 37 | 34 |
| Octal | 246 | 103 | 310 | 21 | 102 | 0 | 26 | 435 | 67 | 64 |
| Binary | 10100110 | 1000011 | 11001000 | 10001 | 1000010 | 0 | 10110 | 100011101 | 110111 | 110100 |
Color Harmonies of #A643C8
Complementary color
Monochromatic Colors of #A643C8
Black with #A643C8
Text Example
Text Example
White with #A643C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A643C8; }
p { color: rgb(166,67,200); }
H1.HeaderClassName
{
color: #A643C8;
}
.AnyTagClassName
{
color: #A643C8;
}
</style>
background-color css
<style>
a { background-color: #A643C8; }
a { background-color: rgb(166,67,200); }
div.DivClassName
{
background-color: #A643C8;
}
.BgClassName
{
background-color: #A643C8;
}
</style>
border-color css
<style>
span { border-color: #A643C8; }
span { border-color: rgb(166,67,200); }
td.TdClassName
{
border-color: #A643C8;
}
.TagClassName
{
border-color: #A643C8;
}
</style>