Shades of Dark Orchid #A645D0
Tints of Dark Orchid #A645D0
RGB
CMYK
RGB Variations
Color information
#A645D0 (or 0xA645D0) is known color: Dark Orchid. HEX triplet: A6, 45 and D0. RGB value is (166,69,208). Sum of RGB (Red+Green+Blue) = 166+69+208=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #A645D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A645D0 is #59BA2F. Grayscale: #717171. Windows color (decimal): -5880368 or 13649318. OLE color: 13649318.
HSL color Cylindrical-coordinate representation of color #A645D0: hue angle of 281.87º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A645D0 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 69 | 208 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.18 |
| HSL | 281.87º | 0.6% | 0.54% | - |
| HSV(B) | 281.87º | 0.67% | 0.82% | - |
| XYZ | 29.24 | 16.92 | 61.4 | - |
| YUV | 113.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 208 | 0.20 | 0.67 | 0 | 0.18 | 281.87 | 0.6 | 0.54 |
| Hex | A6 | 45 | D0 | 14 | 43 | 0 | 12 | 11A | 3C | 36 |
| Octal | 246 | 105 | 320 | 24 | 103 | 0 | 22 | 432 | 74 | 66 |
| Binary | 10100110 | 1000101 | 11010000 | 10100 | 1000011 | 0 | 10010 | 100011010 | 111100 | 110110 |
Color Harmonies of #A645D0
Complementary color
Monochromatic Colors of #A645D0
Black with #A645D0
Text Example
Text Example
White with #A645D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A645D0; }
p { color: rgb(166,69,208); }
H1.HeaderClassName
{
color: #A645D0;
}
.AnyTagClassName
{
color: #A645D0;
}
</style>
background-color css
<style>
a { background-color: #A645D0; }
a { background-color: rgb(166,69,208); }
div.DivClassName
{
background-color: #A645D0;
}
.BgClassName
{
background-color: #A645D0;
}
</style>
border-color css
<style>
span { border-color: #A645D0; }
span { border-color: rgb(166,69,208); }
td.TdClassName
{
border-color: #A645D0;
}
.TagClassName
{
border-color: #A645D0;
}
</style>