Shades of Dark Orchid #A145D6
Tints of Dark Orchid #A145D6
RGB
CMYK
RGB Variations
Color information
#A145D6 (or 0xA145D6) is known color: Dark Orchid. HEX triplet: A1, 45 and D6. RGB value is (161,69,214). Sum of RGB (Red+Green+Blue) = 161+69+214=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 214 - color contains mainly: blue. Hex color #A145D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A145D6 is #5EBA29. Grayscale: #707070. Windows color (decimal): -6208042 or 14042529. OLE color: 14042529.
HSL color Cylindrical-coordinate representation of color #A145D6: hue angle of 278.07º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A145D6 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 69 | 214 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.16 |
| HSL | 278.07º | 0.64% | 0.55% | - |
| HSV(B) | 278.07º | 0.68% | 0.84% | - |
| XYZ | 28.96 | 16.69 | 65.31 | - |
| YUV | 113.04 | 184.98 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 214 | 0.25 | 0.68 | 0 | 0.16 | 278.07 | 0.64 | 0.55 |
| Hex | A1 | 45 | D6 | 19 | 44 | 0 | 10 | 116 | 40 | 37 |
| Octal | 241 | 105 | 326 | 31 | 104 | 0 | 20 | 426 | 100 | 67 |
| Binary | 10100001 | 1000101 | 11010110 | 11001 | 1000100 | 0 | 10000 | 100010110 | 1000000 | 110111 |
Color Harmonies of #A145D6
Complementary color
Monochromatic Colors of #A145D6
Black with #A145D6
Text Example
Text Example
White with #A145D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A145D6; }
p { color: rgb(161,69,214); }
H1.HeaderClassName
{
color: #A145D6;
}
.AnyTagClassName
{
color: #A145D6;
}
</style>
background-color css
<style>
a { background-color: #A145D6; }
a { background-color: rgb(161,69,214); }
div.DivClassName
{
background-color: #A145D6;
}
.BgClassName
{
background-color: #A145D6;
}
</style>
border-color css
<style>
span { border-color: #A145D6; }
span { border-color: rgb(161,69,214); }
td.TdClassName
{
border-color: #A145D6;
}
.TagClassName
{
border-color: #A145D6;
}
</style>