Shades of Dark Orchid #A145DF
Tints of Dark Orchid #A145DF
RGB
CMYK
RGB Variations
Color information
#A145DF (or 0xA145DF) is known color: Dark Orchid. HEX triplet: A1, 45 and DF. RGB value is (161,69,223). Sum of RGB (Red+Green+Blue) = 161+69+223=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #A145DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A145DF is #5EBA20. Grayscale: #717171. Windows color (decimal): -6208033 or 14632353. OLE color: 14632353.
HSL color Cylindrical-coordinate representation of color #A145DF: hue angle of 275.84º degrees, saturation: 0.71, 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 #A145DF is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 69 | 223 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.13 |
| HSL | 275.84º | 0.71% | 0.57% | - |
| HSV(B) | 275.84º | 0.69% | 0.87% | - |
| XYZ | 30.15 | 17.16 | 71.54 | - |
| YUV | 114.06 | 189.48 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 223 | 0.28 | 0.69 | 0 | 0.13 | 275.84 | 0.71 | 0.57 |
| Hex | A1 | 45 | DF | 1C | 45 | 0 | D | 114 | 47 | 39 |
| Octal | 241 | 105 | 337 | 34 | 105 | 0 | 15 | 424 | 107 | 71 |
| Binary | 10100001 | 1000101 | 11011111 | 11100 | 1000101 | 0 | 1101 | 100010100 | 1000111 | 111001 |
Color Harmonies of #A145DF
Complementary color
Monochromatic Colors of #A145DF
Black with #A145DF
Text Example
Text Example
White with #A145DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A145DF; }
p { color: rgb(161,69,223); }
H1.HeaderClassName
{
color: #A145DF;
}
.AnyTagClassName
{
color: #A145DF;
}
</style>
background-color css
<style>
a { background-color: #A145DF; }
a { background-color: rgb(161,69,223); }
div.DivClassName
{
background-color: #A145DF;
}
.BgClassName
{
background-color: #A145DF;
}
</style>
border-color css
<style>
span { border-color: #A145DF; }
span { border-color: rgb(161,69,223); }
td.TdClassName
{
border-color: #A145DF;
}
.TagClassName
{
border-color: #A145DF;
}
</style>