Shades of Dark Orchid #A449DB
Tints of Dark Orchid #A449DB
RGB
CMYK
RGB Variations
Color information
#A449DB (or 0xA449DB) is known color: Dark Orchid. HEX triplet: A4, 49 and DB. RGB value is (164,73,219). Sum of RGB (Red+Green+Blue) = 164+73+219=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #A449DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449DB is #5BB624. Grayscale: #747474. Windows color (decimal): -6010405 or 14371236. OLE color: 14371236.
HSL color Cylindrical-coordinate representation of color #A449DB: hue angle of 277.4º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A449DB is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 73 | 219 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.14 |
| HSL | 277.4º | 0.67% | 0.57% | - |
| HSV(B) | 277.4º | 0.67% | 0.86% | - |
| XYZ | 30.48 | 17.77 | 68.84 | - |
| YUV | 116.85 | 185.65 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 219 | 0.25 | 0.67 | 0 | 0.14 | 277.4 | 0.67 | 0.57 |
| Hex | A4 | 49 | DB | 19 | 43 | 0 | E | 115 | 43 | 39 |
| Octal | 244 | 111 | 333 | 31 | 103 | 0 | 16 | 425 | 103 | 71 |
| Binary | 10100100 | 1001001 | 11011011 | 11001 | 1000011 | 0 | 1110 | 100010101 | 1000011 | 111001 |
Color Harmonies of #A449DB
Complementary color
Monochromatic Colors of #A449DB
Black with #A449DB
Text Example
Text Example
White with #A449DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A449DB; }
p { color: rgb(164,73,219); }
H1.HeaderClassName
{
color: #A449DB;
}
.AnyTagClassName
{
color: #A449DB;
}
</style>
background-color css
<style>
a { background-color: #A449DB; }
a { background-color: rgb(164,73,219); }
div.DivClassName
{
background-color: #A449DB;
}
.BgClassName
{
background-color: #A449DB;
}
</style>
border-color css
<style>
span { border-color: #A449DB; }
span { border-color: rgb(164,73,219); }
td.TdClassName
{
border-color: #A449DB;
}
.TagClassName
{
border-color: #A449DB;
}
</style>