Shades of Dark Orchid #A634D6
Tints of Dark Orchid #A634D6
RGB
CMYK
RGB Variations
Color information
#A634D6 (or 0xA634D6) is known color: Dark Orchid. HEX triplet: A6, 34 and D6. RGB value is (166,52,214). Sum of RGB (Red+Green+Blue) = 166+52+214=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 214 (83.98% from 255 or 49.54% from 432); Max value from RGB is 214 - color contains mainly: blue. Hex color #A634D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634D6 is #59CB29. Grayscale: #686868. Windows color (decimal): -5884714 or 14038182. OLE color: 14038182.
HSL color Cylindrical-coordinate representation of color #A634D6: hue angle of 282.22º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A634D6 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 52 | 214 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.16 |
| HSL | 282.22º | 0.66% | 0.52% | - |
| HSV(B) | 282.22º | 0.76% | 0.84% | - |
| XYZ | 29.09 | 15.42 | 65.06 | - |
| YUV | 104.55 | 189.77 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 214 | 0.22 | 0.76 | 0 | 0.16 | 282.22 | 0.66 | 0.52 |
| Hex | A6 | 34 | D6 | 16 | 4C | 0 | 10 | 11A | 42 | 34 |
| Octal | 246 | 64 | 326 | 26 | 114 | 0 | 20 | 432 | 102 | 64 |
| Binary | 10100110 | 110100 | 11010110 | 10110 | 1001100 | 0 | 10000 | 100011010 | 1000010 | 110100 |
Color Harmonies of #A634D6
Complementary color
Monochromatic Colors of #A634D6
Black with #A634D6
Text Example
Text Example
White with #A634D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A634D6; }
p { color: rgb(166,52,214); }
H1.HeaderClassName
{
color: #A634D6;
}
.AnyTagClassName
{
color: #A634D6;
}
</style>
background-color css
<style>
a { background-color: #A634D6; }
a { background-color: rgb(166,52,214); }
div.DivClassName
{
background-color: #A634D6;
}
.BgClassName
{
background-color: #A634D6;
}
</style>
border-color css
<style>
span { border-color: #A634D6; }
span { border-color: rgb(166,52,214); }
td.TdClassName
{
border-color: #A634D6;
}
.TagClassName
{
border-color: #A634D6;
}
</style>