Shades of Dark Orchid #A449D2
Tints of Dark Orchid #A449D2
RGB
CMYK
RGB Variations
Color information
#A449D2 (or 0xA449D2) is known color: Dark Orchid. HEX triplet: A4, 49 and D2. RGB value is (164,73,210). Sum of RGB (Red+Green+Blue) = 164+73+210=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 210 - color contains mainly: blue. Hex color #A449D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449D2 is #5BB62D. Grayscale: #737373. Windows color (decimal): -6010414 or 13781412. OLE color: 13781412.
HSL color Cylindrical-coordinate representation of color #A449D2: hue angle of 279.85º 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 #A449D2 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 73 | 210 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.18 |
| HSL | 279.85º | 0.6% | 0.55% | - |
| HSV(B) | 279.85º | 0.65% | 0.82% | - |
| XYZ | 29.33 | 17.31 | 62.77 | - |
| YUV | 115.83 | 181.15 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 210 | 0.22 | 0.65 | 0 | 0.18 | 279.85 | 0.6 | 0.55 |
| Hex | A4 | 49 | D2 | 16 | 41 | 0 | 12 | 118 | 3C | 37 |
| Octal | 244 | 111 | 322 | 26 | 101 | 0 | 22 | 430 | 74 | 67 |
| Binary | 10100100 | 1001001 | 11010010 | 10110 | 1000001 | 0 | 10010 | 100011000 | 111100 | 110111 |
Color Harmonies of #A449D2
Complementary color
Monochromatic Colors of #A449D2
Black with #A449D2
Text Example
Text Example
White with #A449D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A449D2; }
p { color: rgb(164,73,210); }
H1.HeaderClassName
{
color: #A449D2;
}
.AnyTagClassName
{
color: #A449D2;
}
</style>
background-color css
<style>
a { background-color: #A449D2; }
a { background-color: rgb(164,73,210); }
div.DivClassName
{
background-color: #A449D2;
}
.BgClassName
{
background-color: #A449D2;
}
</style>
border-color css
<style>
span { border-color: #A449D2; }
span { border-color: rgb(164,73,210); }
td.TdClassName
{
border-color: #A449D2;
}
.TagClassName
{
border-color: #A449D2;
}
</style>