Shades of Dark Orchid #A633DB
Tints of Dark Orchid #A633DB
RGB
CMYK
RGB Variations
Color information
#A633DB (or 0xA633DB) is known color: Dark Orchid. HEX triplet: A6, 33 and DB. RGB value is (166,51,219). Sum of RGB (Red+Green+Blue) = 166+51+219=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #A633DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A633DB is #59CC24. Grayscale: #676767. Windows color (decimal): -5884965 or 14365606. OLE color: 14365606.
HSL color Cylindrical-coordinate representation of color #A633DB: hue angle of 281.07º 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 #A633DB is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 51 | 219 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.14 |
| HSL | 281.07º | 0.7% | 0.53% | - |
| HSV(B) | 281.07º | 0.77% | 0.86% | - |
| XYZ | 29.7 | 15.59 | 68.46 | - |
| YUV | 104.54 | 192.6 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 219 | 0.24 | 0.77 | 0 | 0.14 | 281.07 | 0.7 | 0.53 |
| Hex | A6 | 33 | DB | 18 | 4D | 0 | E | 119 | 46 | 35 |
| Octal | 246 | 63 | 333 | 30 | 115 | 0 | 16 | 431 | 106 | 65 |
| Binary | 10100110 | 110011 | 11011011 | 11000 | 1001101 | 0 | 1110 | 100011001 | 1000110 | 110101 |
Color Harmonies of #A633DB
Complementary color
Monochromatic Colors of #A633DB
Black with #A633DB
Text Example
Text Example
White with #A633DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A633DB; }
p { color: rgb(166,51,219); }
H1.HeaderClassName
{
color: #A633DB;
}
.AnyTagClassName
{
color: #A633DB;
}
</style>
background-color css
<style>
a { background-color: #A633DB; }
a { background-color: rgb(166,51,219); }
div.DivClassName
{
background-color: #A633DB;
}
.BgClassName
{
background-color: #A633DB;
}
</style>
border-color css
<style>
span { border-color: #A633DB; }
span { border-color: rgb(166,51,219); }
td.TdClassName
{
border-color: #A633DB;
}
.TagClassName
{
border-color: #A633DB;
}
</style>