Shades of Dark Orchid #A639DB
Tints of Dark Orchid #A639DB
RGB
CMYK
RGB Variations
Color information
#A639DB (or 0xA639DB) is known color: Dark Orchid. HEX triplet: A6, 39 and DB. RGB value is (166,57,219). Sum of RGB (Red+Green+Blue) = 166+57+219=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #A639DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639DB is #59C624. Grayscale: #6B6B6B. Windows color (decimal): -5883429 or 14367142. OLE color: 14367142.
HSL color Cylindrical-coordinate representation of color #A639DB: hue angle of 280.37º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A639DB is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 57 | 219 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.14 |
| HSL | 280.37º | 0.69% | 0.54% | - |
| HSV(B) | 280.37º | 0.74% | 0.86% | - |
| XYZ | 29.98 | 16.15 | 68.55 | - |
| YUV | 108.06 | 190.61 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 219 | 0.24 | 0.74 | 0 | 0.14 | 280.37 | 0.69 | 0.54 |
| Hex | A6 | 39 | DB | 18 | 4A | 0 | E | 118 | 45 | 36 |
| Octal | 246 | 71 | 333 | 30 | 112 | 0 | 16 | 430 | 105 | 66 |
| Binary | 10100110 | 111001 | 11011011 | 11000 | 1001010 | 0 | 1110 | 100011000 | 1000101 | 110110 |
Color Harmonies of #A639DB
Complementary color
Monochromatic Colors of #A639DB
Black with #A639DB
Text Example
Text Example
White with #A639DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A639DB; }
p { color: rgb(166,57,219); }
H1.HeaderClassName
{
color: #A639DB;
}
.AnyTagClassName
{
color: #A639DB;
}
</style>
background-color css
<style>
a { background-color: #A639DB; }
a { background-color: rgb(166,57,219); }
div.DivClassName
{
background-color: #A639DB;
}
.BgClassName
{
background-color: #A639DB;
}
</style>
border-color css
<style>
span { border-color: #A639DB; }
span { border-color: rgb(166,57,219); }
td.TdClassName
{
border-color: #A639DB;
}
.TagClassName
{
border-color: #A639DB;
}
</style>