Shades of Dark Orchid #A145D0
Tints of Dark Orchid #A145D0
RGB
CMYK
RGB Variations
Color information
#A145D0 (or 0xA145D0) is known color: Dark Orchid. HEX triplet: A1, 45 and D0. RGB value is (161,69,208). Sum of RGB (Red+Green+Blue) = 161+69+208=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #A145D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A145D0 is #5EBA2F. Grayscale: #6F6F6F. Windows color (decimal): -6208048 or 13649313. OLE color: 13649313.
HSL color Cylindrical-coordinate representation of color #A145D0: hue angle of 279.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A145D0 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 69 | 208 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.18 |
| HSL | 279.71º | 0.6% | 0.54% | - |
| HSV(B) | 279.71º | 0.67% | 0.82% | - |
| XYZ | 28.21 | 16.39 | 61.35 | - |
| YUV | 112.35 | 181.98 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 208 | 0.23 | 0.67 | 0 | 0.18 | 279.71 | 0.6 | 0.54 |
| Hex | A1 | 45 | D0 | 17 | 43 | 0 | 12 | 118 | 3C | 36 |
| Octal | 241 | 105 | 320 | 27 | 103 | 0 | 22 | 430 | 74 | 66 |
| Binary | 10100001 | 1000101 | 11010000 | 10111 | 1000011 | 0 | 10010 | 100011000 | 111100 | 110110 |
Color Harmonies of #A145D0
Complementary color
Monochromatic Colors of #A145D0
Black with #A145D0
Text Example
Text Example
White with #A145D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A145D0; }
p { color: rgb(161,69,208); }
H1.HeaderClassName
{
color: #A145D0;
}
.AnyTagClassName
{
color: #A145D0;
}
</style>
background-color css
<style>
a { background-color: #A145D0; }
a { background-color: rgb(161,69,208); }
div.DivClassName
{
background-color: #A145D0;
}
.BgClassName
{
background-color: #A145D0;
}
</style>
border-color css
<style>
span { border-color: #A145D0; }
span { border-color: rgb(161,69,208); }
td.TdClassName
{
border-color: #A145D0;
}
.TagClassName
{
border-color: #A145D0;
}
</style>