Shades of Dark Orchid #A647DA
Tints of Dark Orchid #A647DA
RGB
CMYK
RGB Variations
Color information
#A647DA (or 0xA647DA) is known color: Dark Orchid. HEX triplet: A6, 47 and DA. RGB value is (166,71,218). Sum of RGB (Red+Green+Blue) = 166+71+218=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #A647DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A647DA is #59B825. Grayscale: #737373. Windows color (decimal): -5879846 or 14305190. OLE color: 14305190.
HSL color Cylindrical-coordinate representation of color #A647DA: hue angle of 278.78º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A647DA is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 71 | 218 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.15 |
| HSL | 278.78º | 0.67% | 0.57% | - |
| HSV(B) | 278.78º | 0.67% | 0.85% | - |
| XYZ | 30.63 | 17.68 | 68.13 | - |
| YUV | 116.16 | 185.47 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 218 | 0.24 | 0.67 | 0 | 0.15 | 278.78 | 0.67 | 0.57 |
| Hex | A6 | 47 | DA | 18 | 43 | 0 | F | 117 | 43 | 39 |
| Octal | 246 | 107 | 332 | 30 | 103 | 0 | 17 | 427 | 103 | 71 |
| Binary | 10100110 | 1000111 | 11011010 | 11000 | 1000011 | 0 | 1111 | 100010111 | 1000011 | 111001 |
Color Harmonies of #A647DA
Complementary color
Monochromatic Colors of #A647DA
Black with #A647DA
Text Example
Text Example
White with #A647DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647DA; }
p { color: rgb(166,71,218); }
H1.HeaderClassName
{
color: #A647DA;
}
.AnyTagClassName
{
color: #A647DA;
}
</style>
background-color css
<style>
a { background-color: #A647DA; }
a { background-color: rgb(166,71,218); }
div.DivClassName
{
background-color: #A647DA;
}
.BgClassName
{
background-color: #A647DA;
}
</style>
border-color css
<style>
span { border-color: #A647DA; }
span { border-color: rgb(166,71,218); }
td.TdClassName
{
border-color: #A647DA;
}
.TagClassName
{
border-color: #A647DA;
}
</style>