Shades of Dark Orchid #A643E9
Tints of Dark Orchid #A643E9
RGB
CMYK
RGB Variations
Color information
#A643E9 (or 0xA643E9) is known color: Dark Orchid. HEX triplet: A6, 43 and E9. RGB value is (166,67,233). Sum of RGB (Red+Green+Blue) = 166+67+233=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #A643E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A643E9 is #59BC16. Grayscale: #727272. Windows color (decimal): -5880855 or 15287206. OLE color: 15287206.
HSL color Cylindrical-coordinate representation of color #A643E9: hue angle of 275.78º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A643E9 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 67 | 233 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.09 |
| HSL | 275.78º | 0.79% | 0.59% | - |
| HSV(B) | 275.78º | 0.71% | 0.91% | - |
| XYZ | 32.44 | 18 | 78.86 | - |
| YUV | 115.53 | 194.3 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 233 | 0.29 | 0.71 | 0 | 0.09 | 275.78 | 0.79 | 0.59 |
| Hex | A6 | 43 | E9 | 1D | 47 | 0 | 9 | 114 | 4F | 3B |
| Octal | 246 | 103 | 351 | 35 | 107 | 0 | 11 | 424 | 117 | 73 |
| Binary | 10100110 | 1000011 | 11101001 | 11101 | 1000111 | 0 | 1001 | 100010100 | 1001111 | 111011 |
Color Harmonies of #A643E9
Complementary color
Monochromatic Colors of #A643E9
Black with #A643E9
Text Example
Text Example
White with #A643E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A643E9; }
p { color: rgb(166,67,233); }
H1.HeaderClassName
{
color: #A643E9;
}
.AnyTagClassName
{
color: #A643E9;
}
</style>
background-color css
<style>
a { background-color: #A643E9; }
a { background-color: rgb(166,67,233); }
div.DivClassName
{
background-color: #A643E9;
}
.BgClassName
{
background-color: #A643E9;
}
</style>
border-color css
<style>
span { border-color: #A643E9; }
span { border-color: rgb(166,67,233); }
td.TdClassName
{
border-color: #A643E9;
}
.TagClassName
{
border-color: #A643E9;
}
</style>