Shades of Dark Orchid #A449D1
Tints of Dark Orchid #A449D1
RGB
CMYK
RGB Variations
Color information
#A449D1 (or 0xA449D1) is known color: Dark Orchid. HEX triplet: A4, 49 and D1. RGB value is (164,73,209). Sum of RGB (Red+Green+Blue) = 164+73+209=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #A449D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449D1 is #5BB62E. Grayscale: #737373. Windows color (decimal): -6010415 or 13715876. OLE color: 13715876.
HSL color Cylindrical-coordinate representation of color #A449D1: hue angle of 280.15º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A449D1 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 73 | 209 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.18 |
| HSL | 280.15º | 0.6% | 0.55% | - |
| HSV(B) | 280.15º | 0.65% | 0.82% | - |
| XYZ | 29.2 | 17.26 | 62.11 | - |
| YUV | 115.71 | 180.65 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 209 | 0.22 | 0.65 | 0 | 0.18 | 280.15 | 0.6 | 0.55 |
| Hex | A4 | 49 | D1 | 16 | 41 | 0 | 12 | 118 | 3C | 37 |
| Octal | 244 | 111 | 321 | 26 | 101 | 0 | 22 | 430 | 74 | 67 |
| Binary | 10100100 | 1001001 | 11010001 | 10110 | 1000001 | 0 | 10010 | 100011000 | 111100 | 110111 |
Color Harmonies of #A449D1
Complementary color
Monochromatic Colors of #A449D1
Black with #A449D1
Text Example
Text Example
White with #A449D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A449D1; }
p { color: rgb(164,73,209); }
H1.HeaderClassName
{
color: #A449D1;
}
.AnyTagClassName
{
color: #A449D1;
}
</style>
background-color css
<style>
a { background-color: #A449D1; }
a { background-color: rgb(164,73,209); }
div.DivClassName
{
background-color: #A449D1;
}
.BgClassName
{
background-color: #A449D1;
}
</style>
border-color css
<style>
span { border-color: #A449D1; }
span { border-color: rgb(164,73,209); }
td.TdClassName
{
border-color: #A449D1;
}
.TagClassName
{
border-color: #A449D1;
}
</style>