Shades of Dark Orchid #A643D6
Tints of Dark Orchid #A643D6
RGB
CMYK
RGB Variations
Color information
#A643D6 (or 0xA643D6) is known color: Dark Orchid. HEX triplet: A6, 43 and D6. RGB value is (166,67,214). Sum of RGB (Red+Green+Blue) = 166+67+214=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #A643D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A643D6 is #59BC29. Grayscale: #707070. Windows color (decimal): -5880874 or 14042022. OLE color: 14042022.
HSL color Cylindrical-coordinate representation of color #A643D6: hue angle of 280.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A643D6 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 67 | 214 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.16 |
| HSL | 280.41º | 0.64% | 0.55% | - |
| HSV(B) | 280.41º | 0.69% | 0.84% | - |
| XYZ | 29.87 | 16.98 | 65.32 | - |
| YUV | 113.36 | 184.8 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 214 | 0.22 | 0.69 | 0 | 0.16 | 280.41 | 0.64 | 0.55 |
| Hex | A6 | 43 | D6 | 16 | 45 | 0 | 10 | 118 | 40 | 37 |
| Octal | 246 | 103 | 326 | 26 | 105 | 0 | 20 | 430 | 100 | 67 |
| Binary | 10100110 | 1000011 | 11010110 | 10110 | 1000101 | 0 | 10000 | 100011000 | 1000000 | 110111 |
Color Harmonies of #A643D6
Complementary color
Monochromatic Colors of #A643D6
Black with #A643D6
Text Example
Text Example
White with #A643D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A643D6; }
p { color: rgb(166,67,214); }
H1.HeaderClassName
{
color: #A643D6;
}
.AnyTagClassName
{
color: #A643D6;
}
</style>
background-color css
<style>
a { background-color: #A643D6; }
a { background-color: rgb(166,67,214); }
div.DivClassName
{
background-color: #A643D6;
}
.BgClassName
{
background-color: #A643D6;
}
</style>
border-color css
<style>
span { border-color: #A643D6; }
span { border-color: rgb(166,67,214); }
td.TdClassName
{
border-color: #A643D6;
}
.TagClassName
{
border-color: #A643D6;
}
</style>