Shades of Dark Orchid #A447D5
Tints of Dark Orchid #A447D5
RGB
CMYK
RGB Variations
Color information
#A447D5 (or 0xA447D5) is known color: Dark Orchid. HEX triplet: A4, 47 and D5. RGB value is (164,71,213). Sum of RGB (Red+Green+Blue) = 164+71+213=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #A447D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A447D5 is #5BB82A. Grayscale: #727272. Windows color (decimal): -6010923 or 13977508. OLE color: 13977508.
HSL color Cylindrical-coordinate representation of color #A447D5: hue angle of 279.3º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A447D5 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 71 | 213 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.16 |
| HSL | 279.3º | 0.63% | 0.56% | - |
| HSV(B) | 279.3º | 0.67% | 0.84% | - |
| XYZ | 29.57 | 17.2 | 64.71 | - |
| YUV | 115 | 183.31 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 213 | 0.23 | 0.67 | 0 | 0.16 | 279.3 | 0.63 | 0.56 |
| Hex | A4 | 47 | D5 | 17 | 43 | 0 | 10 | 117 | 3F | 38 |
| Octal | 244 | 107 | 325 | 27 | 103 | 0 | 20 | 427 | 77 | 70 |
| Binary | 10100100 | 1000111 | 11010101 | 10111 | 1000011 | 0 | 10000 | 100010111 | 111111 | 111000 |
Color Harmonies of #A447D5
Complementary color
Monochromatic Colors of #A447D5
Black with #A447D5
Text Example
Text Example
White with #A447D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A447D5; }
p { color: rgb(164,71,213); }
H1.HeaderClassName
{
color: #A447D5;
}
.AnyTagClassName
{
color: #A447D5;
}
</style>
background-color css
<style>
a { background-color: #A447D5; }
a { background-color: rgb(164,71,213); }
div.DivClassName
{
background-color: #A447D5;
}
.BgClassName
{
background-color: #A447D5;
}
</style>
border-color css
<style>
span { border-color: #A447D5; }
span { border-color: rgb(164,71,213); }
td.TdClassName
{
border-color: #A447D5;
}
.TagClassName
{
border-color: #A447D5;
}
</style>