Shades of Dark Orchid #A641D0
Tints of Dark Orchid #A641D0
RGB
CMYK
RGB Variations
Color information
#A641D0 (or 0xA641D0) is known color: Dark Orchid. HEX triplet: A6, 41 and D0. RGB value is (166,65,208). Sum of RGB (Red+Green+Blue) = 166+65+208=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #A641D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641D0 is #59BE2F. Grayscale: #6F6F6F. Windows color (decimal): -5881392 or 13648294. OLE color: 13648294.
HSL color Cylindrical-coordinate representation of color #A641D0: hue angle of 282.38º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A641D0 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 65 | 208 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.18 |
| HSL | 282.38º | 0.6% | 0.54% | - |
| HSV(B) | 282.38º | 0.69% | 0.82% | - |
| XYZ | 29 | 16.44 | 61.32 | - |
| YUV | 111.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 208 | 0.20 | 0.69 | 0 | 0.18 | 282.38 | 0.6 | 0.54 |
| Hex | A6 | 41 | D0 | 14 | 45 | 0 | 12 | 11A | 3C | 36 |
| Octal | 246 | 101 | 320 | 24 | 105 | 0 | 22 | 432 | 74 | 66 |
| Binary | 10100110 | 1000001 | 11010000 | 10100 | 1000101 | 0 | 10010 | 100011010 | 111100 | 110110 |
Color Harmonies of #A641D0
Complementary color
Monochromatic Colors of #A641D0
Black with #A641D0
Text Example
Text Example
White with #A641D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A641D0; }
p { color: rgb(166,65,208); }
H1.HeaderClassName
{
color: #A641D0;
}
.AnyTagClassName
{
color: #A641D0;
}
</style>
background-color css
<style>
a { background-color: #A641D0; }
a { background-color: rgb(166,65,208); }
div.DivClassName
{
background-color: #A641D0;
}
.BgClassName
{
background-color: #A641D0;
}
</style>
border-color css
<style>
span { border-color: #A641D0; }
span { border-color: rgb(166,65,208); }
td.TdClassName
{
border-color: #A641D0;
}
.TagClassName
{
border-color: #A641D0;
}
</style>