Shades of Dark Orchid #A641D8
Tints of Dark Orchid #A641D8
RGB
CMYK
RGB Variations
Color information
#A641D8 (or 0xA641D8) is known color: Dark Orchid. HEX triplet: A6, 41 and D8. RGB value is (166,65,216). Sum of RGB (Red+Green+Blue) = 166+65+216=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #A641D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641D8 is #59BE27. Grayscale: #6F6F6F. Windows color (decimal): -5881384 or 14172582. OLE color: 14172582.
HSL color Cylindrical-coordinate representation of color #A641D8: hue angle of 280.13º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A641D8 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 65 | 216 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.15 |
| HSL | 280.13º | 0.66% | 0.55% | - |
| HSV(B) | 280.13º | 0.7% | 0.85% | - |
| XYZ | 30.01 | 16.85 | 66.64 | - |
| YUV | 112.41 | 186.46 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 216 | 0.23 | 0.70 | 0 | 0.15 | 280.13 | 0.66 | 0.55 |
| Hex | A6 | 41 | D8 | 17 | 46 | 0 | F | 118 | 42 | 37 |
| Octal | 246 | 101 | 330 | 27 | 106 | 0 | 17 | 430 | 102 | 67 |
| Binary | 10100110 | 1000001 | 11011000 | 10111 | 1000110 | 0 | 1111 | 100011000 | 1000010 | 110111 |
Color Harmonies of #A641D8
Complementary color
Monochromatic Colors of #A641D8
Black with #A641D8
Text Example
Text Example
White with #A641D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A641D8; }
p { color: rgb(166,65,216); }
H1.HeaderClassName
{
color: #A641D8;
}
.AnyTagClassName
{
color: #A641D8;
}
</style>
background-color css
<style>
a { background-color: #A641D8; }
a { background-color: rgb(166,65,216); }
div.DivClassName
{
background-color: #A641D8;
}
.BgClassName
{
background-color: #A641D8;
}
</style>
border-color css
<style>
span { border-color: #A641D8; }
span { border-color: rgb(166,65,216); }
td.TdClassName
{
border-color: #A641D8;
}
.TagClassName
{
border-color: #A641D8;
}
</style>