Shades of Dark Orchid #A447DB
Tints of Dark Orchid #A447DB
RGB
CMYK
RGB Variations
Color information
#A447DB (or 0xA447DB) is known color: Dark Orchid. HEX triplet: A4, 47 and DB. RGB value is (164,71,219). Sum of RGB (Red+Green+Blue) = 164+71+219=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #A447DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A447DB is #5BB824. Grayscale: #737373. Windows color (decimal): -6010917 or 14370724. OLE color: 14370724.
HSL color Cylindrical-coordinate representation of color #A447DB: hue angle of 277.7º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A447DB is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 71 | 219 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.14 |
| HSL | 277.7º | 0.67% | 0.57% | - |
| HSV(B) | 277.7º | 0.68% | 0.86% | - |
| XYZ | 30.35 | 17.51 | 68.8 | - |
| YUV | 115.68 | 186.31 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 219 | 0.25 | 0.68 | 0 | 0.14 | 277.7 | 0.67 | 0.57 |
| Hex | A4 | 47 | DB | 19 | 44 | 0 | E | 116 | 43 | 39 |
| Octal | 244 | 107 | 333 | 31 | 104 | 0 | 16 | 426 | 103 | 71 |
| Binary | 10100100 | 1000111 | 11011011 | 11001 | 1000100 | 0 | 1110 | 100010110 | 1000011 | 111001 |
Color Harmonies of #A447DB
Complementary color
Monochromatic Colors of #A447DB
Black with #A447DB
Text Example
Text Example
White with #A447DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A447DB; }
p { color: rgb(164,71,219); }
H1.HeaderClassName
{
color: #A447DB;
}
.AnyTagClassName
{
color: #A447DB;
}
</style>
background-color css
<style>
a { background-color: #A447DB; }
a { background-color: rgb(164,71,219); }
div.DivClassName
{
background-color: #A447DB;
}
.BgClassName
{
background-color: #A447DB;
}
</style>
border-color css
<style>
span { border-color: #A447DB; }
span { border-color: rgb(164,71,219); }
td.TdClassName
{
border-color: #A447DB;
}
.TagClassName
{
border-color: #A447DB;
}
</style>