Shades of Dark Orchid #A632DB
Tints of Dark Orchid #A632DB
RGB
CMYK
RGB Variations
Color information
#A632DB (or 0xA632DB) is known color: Dark Orchid. HEX triplet: A6, 32 and DB. RGB value is (166,50,219). Sum of RGB (Red+Green+Blue) = 166+50+219=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #A632DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A632DB is #59CD24. Grayscale: #676767. Windows color (decimal): -5885221 or 14365350. OLE color: 14365350.
HSL color Cylindrical-coordinate representation of color #A632DB: hue angle of 281.18º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A632DB is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 50 | 219 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.14 |
| HSL | 281.18º | 0.7% | 0.53% | - |
| HSV(B) | 281.18º | 0.77% | 0.86% | - |
| XYZ | 29.65 | 15.5 | 68.45 | - |
| YUV | 103.95 | 192.93 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 219 | 0.24 | 0.77 | 0 | 0.14 | 281.18 | 0.7 | 0.53 |
| Hex | A6 | 32 | DB | 18 | 4D | 0 | E | 119 | 46 | 35 |
| Octal | 246 | 62 | 333 | 30 | 115 | 0 | 16 | 431 | 106 | 65 |
| Binary | 10100110 | 110010 | 11011011 | 11000 | 1001101 | 0 | 1110 | 100011001 | 1000110 | 110101 |
Color Harmonies of #A632DB
Complementary color
Monochromatic Colors of #A632DB
Black with #A632DB
Text Example
Text Example
White with #A632DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A632DB; }
p { color: rgb(166,50,219); }
H1.HeaderClassName
{
color: #A632DB;
}
.AnyTagClassName
{
color: #A632DB;
}
</style>
background-color css
<style>
a { background-color: #A632DB; }
a { background-color: rgb(166,50,219); }
div.DivClassName
{
background-color: #A632DB;
}
.BgClassName
{
background-color: #A632DB;
}
</style>
border-color css
<style>
span { border-color: #A632DB; }
span { border-color: rgb(166,50,219); }
td.TdClassName
{
border-color: #A632DB;
}
.TagClassName
{
border-color: #A632DB;
}
</style>