Shades of Dark Orchid #A447D3
Tints of Dark Orchid #A447D3
RGB
CMYK
RGB Variations
Color information
#A447D3 (or 0xA447D3) is known color: Dark Orchid. HEX triplet: A4, 47 and D3. RGB value is (164,71,211). Sum of RGB (Red+Green+Blue) = 164+71+211=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 211 - color contains mainly: blue. Hex color #A447D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A447D3 is #5BB82C. Grayscale: #727272. Windows color (decimal): -6010925 or 13846436. OLE color: 13846436.
HSL color Cylindrical-coordinate representation of color #A447D3: hue angle of 279.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A447D3 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 71 | 211 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.17 |
| HSL | 279.86º | 0.61% | 0.55% | - |
| HSV(B) | 279.86º | 0.66% | 0.83% | - |
| XYZ | 29.32 | 17.1 | 63.38 | - |
| YUV | 114.77 | 182.31 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 211 | 0.22 | 0.66 | 0 | 0.17 | 279.86 | 0.61 | 0.55 |
| Hex | A4 | 47 | D3 | 16 | 42 | 0 | 11 | 118 | 3D | 37 |
| Octal | 244 | 107 | 323 | 26 | 102 | 0 | 21 | 430 | 75 | 67 |
| Binary | 10100100 | 1000111 | 11010011 | 10110 | 1000010 | 0 | 10001 | 100011000 | 111101 | 110111 |
Color Harmonies of #A447D3
Complementary color
Monochromatic Colors of #A447D3
Black with #A447D3
Text Example
Text Example
White with #A447D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A447D3; }
p { color: rgb(164,71,211); }
H1.HeaderClassName
{
color: #A447D3;
}
.AnyTagClassName
{
color: #A447D3;
}
</style>
background-color css
<style>
a { background-color: #A447D3; }
a { background-color: rgb(164,71,211); }
div.DivClassName
{
background-color: #A447D3;
}
.BgClassName
{
background-color: #A447D3;
}
</style>
border-color css
<style>
span { border-color: #A447D3; }
span { border-color: rgb(164,71,211); }
td.TdClassName
{
border-color: #A447D3;
}
.TagClassName
{
border-color: #A447D3;
}
</style>