Shades of Dark Orchid #A445DD
Tints of Dark Orchid #A445DD
RGB
CMYK
RGB Variations
Color information
#A445DD (or 0xA445DD) is known color: Dark Orchid. HEX triplet: A4, 45 and DD. RGB value is (164,69,221). Sum of RGB (Red+Green+Blue) = 164+69+221=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #A445DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445DD is #5BBA22. Grayscale: #727272. Windows color (decimal): -6011427 or 14501284. OLE color: 14501284.
HSL color Cylindrical-coordinate representation of color #A445DD: hue angle of 277.5º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A445DD is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 69 | 221 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.13 |
| HSL | 277.5º | 0.69% | 0.57% | - |
| HSV(B) | 277.5º | 0.69% | 0.87% | - |
| XYZ | 30.49 | 17.37 | 70.15 | - |
| YUV | 114.73 | 187.97 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 221 | 0.26 | 0.69 | 0 | 0.13 | 277.5 | 0.69 | 0.57 |
| Hex | A4 | 45 | DD | 1A | 45 | 0 | D | 116 | 45 | 39 |
| Octal | 244 | 105 | 335 | 32 | 105 | 0 | 15 | 426 | 105 | 71 |
| Binary | 10100100 | 1000101 | 11011101 | 11010 | 1000101 | 0 | 1101 | 100010110 | 1000101 | 111001 |
Color Harmonies of #A445DD
Complementary color
Monochromatic Colors of #A445DD
Black with #A445DD
Text Example
Text Example
White with #A445DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A445DD; }
p { color: rgb(164,69,221); }
H1.HeaderClassName
{
color: #A445DD;
}
.AnyTagClassName
{
color: #A445DD;
}
</style>
background-color css
<style>
a { background-color: #A445DD; }
a { background-color: rgb(164,69,221); }
div.DivClassName
{
background-color: #A445DD;
}
.BgClassName
{
background-color: #A445DD;
}
</style>
border-color css
<style>
span { border-color: #A445DD; }
span { border-color: rgb(164,69,221); }
td.TdClassName
{
border-color: #A445DD;
}
.TagClassName
{
border-color: #A445DD;
}
</style>