Shades of Dark Orchid #A641CE
Tints of Dark Orchid #A641CE
RGB
CMYK
RGB Variations
Color information
#A641CE (or 0xA641CE) is known color: Dark Orchid. HEX triplet: A6, 41 and CE. RGB value is (166,65,206). Sum of RGB (Red+Green+Blue) = 166+65+206=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #A641CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641CE is #59BE31. Grayscale: #6E6E6E. Windows color (decimal): -5881394 or 13517222. OLE color: 13517222.
HSL color Cylindrical-coordinate representation of color #A641CE: hue angle of 282.98º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A641CE is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 65 | 206 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.19 |
| HSL | 282.98º | 0.59% | 0.53% | - |
| HSV(B) | 282.98º | 0.68% | 0.81% | - |
| XYZ | 28.76 | 16.34 | 60.03 | - |
| YUV | 111.27 | 181.46 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 206 | 0.19 | 0.68 | 0 | 0.19 | 282.98 | 0.59 | 0.53 |
| Hex | A6 | 41 | CE | 13 | 44 | 0 | 13 | 11B | 3B | 35 |
| Octal | 246 | 101 | 316 | 23 | 104 | 0 | 23 | 433 | 73 | 65 |
| Binary | 10100110 | 1000001 | 11001110 | 10011 | 1000100 | 0 | 10011 | 100011011 | 111011 | 110101 |
Color Harmonies of #A641CE
Complementary color
Monochromatic Colors of #A641CE
Black with #A641CE
Text Example
Text Example
White with #A641CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A641CE; }
p { color: rgb(166,65,206); }
H1.HeaderClassName
{
color: #A641CE;
}
.AnyTagClassName
{
color: #A641CE;
}
</style>
background-color css
<style>
a { background-color: #A641CE; }
a { background-color: rgb(166,65,206); }
div.DivClassName
{
background-color: #A641CE;
}
.BgClassName
{
background-color: #A641CE;
}
</style>
border-color css
<style>
span { border-color: #A641CE; }
span { border-color: rgb(166,65,206); }
td.TdClassName
{
border-color: #A641CE;
}
.TagClassName
{
border-color: #A641CE;
}
</style>