Shades of Dark Orchid #A634DB
Tints of Dark Orchid #A634DB
RGB
CMYK
RGB Variations
Color information
#A634DB (or 0xA634DB) is known color: Dark Orchid. HEX triplet: A6, 34 and DB. RGB value is (166,52,219). Sum of RGB (Red+Green+Blue) = 166+52+219=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #A634DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634DB is #59CB24. Grayscale: #686868. Windows color (decimal): -5884709 or 14365862. OLE color: 14365862.
HSL color Cylindrical-coordinate representation of color #A634DB: hue angle of 280.96º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A634DB is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 52 | 219 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.14 |
| HSL | 280.96º | 0.7% | 0.53% | - |
| HSV(B) | 280.96º | 0.76% | 0.86% | - |
| XYZ | 29.74 | 15.68 | 68.48 | - |
| YUV | 105.12 | 192.27 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 219 | 0.24 | 0.76 | 0 | 0.14 | 280.96 | 0.7 | 0.53 |
| Hex | A6 | 34 | DB | 18 | 4C | 0 | E | 119 | 46 | 35 |
| Octal | 246 | 64 | 333 | 30 | 114 | 0 | 16 | 431 | 106 | 65 |
| Binary | 10100110 | 110100 | 11011011 | 11000 | 1001100 | 0 | 1110 | 100011001 | 1000110 | 110101 |
Color Harmonies of #A634DB
Complementary color
Monochromatic Colors of #A634DB
Black with #A634DB
Text Example
Text Example
White with #A634DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A634DB; }
p { color: rgb(166,52,219); }
H1.HeaderClassName
{
color: #A634DB;
}
.AnyTagClassName
{
color: #A634DB;
}
</style>
background-color css
<style>
a { background-color: #A634DB; }
a { background-color: rgb(166,52,219); }
div.DivClassName
{
background-color: #A634DB;
}
.BgClassName
{
background-color: #A634DB;
}
</style>
border-color css
<style>
span { border-color: #A634DB; }
span { border-color: rgb(166,52,219); }
td.TdClassName
{
border-color: #A634DB;
}
.TagClassName
{
border-color: #A634DB;
}
</style>