Shades of Dark Orchid #A634D1
Tints of Dark Orchid #A634D1
RGB
CMYK
RGB Variations
Color information
#A634D1 (or 0xA634D1) is known color: Dark Orchid. HEX triplet: A6, 34 and D1. RGB value is (166,52,209). Sum of RGB (Red+Green+Blue) = 166+52+209=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #A634D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634D1 is #59CB2E. Grayscale: #676767. Windows color (decimal): -5884719 or 13710502. OLE color: 13710502.
HSL color Cylindrical-coordinate representation of color #A634D1: hue angle of 283.57º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A634D1 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 52 | 209 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.18 |
| HSL | 283.57º | 0.63% | 0.51% | - |
| HSV(B) | 283.57º | 0.75% | 0.82% | - |
| XYZ | 28.46 | 15.17 | 61.75 | - |
| YUV | 103.98 | 187.27 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 209 | 0.21 | 0.75 | 0 | 0.18 | 283.57 | 0.63 | 0.51 |
| Hex | A6 | 34 | D1 | 15 | 4B | 0 | 12 | 11C | 3F | 33 |
| Octal | 246 | 64 | 321 | 25 | 113 | 0 | 22 | 434 | 77 | 63 |
| Binary | 10100110 | 110100 | 11010001 | 10101 | 1001011 | 0 | 10010 | 100011100 | 111111 | 110011 |
Color Harmonies of #A634D1
Complementary color
Monochromatic Colors of #A634D1
Black with #A634D1
Text Example
Text Example
White with #A634D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A634D1; }
p { color: rgb(166,52,209); }
H1.HeaderClassName
{
color: #A634D1;
}
.AnyTagClassName
{
color: #A634D1;
}
</style>
background-color css
<style>
a { background-color: #A634D1; }
a { background-color: rgb(166,52,209); }
div.DivClassName
{
background-color: #A634D1;
}
.BgClassName
{
background-color: #A634D1;
}
</style>
border-color css
<style>
span { border-color: #A634D1; }
span { border-color: rgb(166,52,209); }
td.TdClassName
{
border-color: #A634D1;
}
.TagClassName
{
border-color: #A634D1;
}
</style>