Shades of Dark Orchid #A145DC
Tints of Dark Orchid #A145DC
RGB
CMYK
RGB Variations
Color information
#A145DC (or 0xA145DC) is known color: Dark Orchid. HEX triplet: A1, 45 and DC. RGB value is (161,69,220). Sum of RGB (Red+Green+Blue) = 161+69+220=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #A145DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A145DC is #5EBA23. Grayscale: #717171. Windows color (decimal): -6208036 or 14435745. OLE color: 14435745.
HSL color Cylindrical-coordinate representation of color #A145DC: hue angle of 276.56º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A145DC is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 69 | 220 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.14 |
| HSL | 276.56º | 0.68% | 0.57% | - |
| HSV(B) | 276.56º | 0.69% | 0.86% | - |
| XYZ | 29.74 | 17 | 69.42 | - |
| YUV | 113.72 | 187.98 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 220 | 0.27 | 0.69 | 0 | 0.14 | 276.56 | 0.68 | 0.57 |
| Hex | A1 | 45 | DC | 1B | 45 | 0 | E | 115 | 44 | 39 |
| Octal | 241 | 105 | 334 | 33 | 105 | 0 | 16 | 425 | 104 | 71 |
| Binary | 10100001 | 1000101 | 11011100 | 11011 | 1000101 | 0 | 1110 | 100010101 | 1000100 | 111001 |
Color Harmonies of #A145DC
Complementary color
Monochromatic Colors of #A145DC
Black with #A145DC
Text Example
Text Example
White with #A145DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A145DC; }
p { color: rgb(161,69,220); }
H1.HeaderClassName
{
color: #A145DC;
}
.AnyTagClassName
{
color: #A145DC;
}
</style>
background-color css
<style>
a { background-color: #A145DC; }
a { background-color: rgb(161,69,220); }
div.DivClassName
{
background-color: #A145DC;
}
.BgClassName
{
background-color: #A145DC;
}
</style>
border-color css
<style>
span { border-color: #A145DC; }
span { border-color: rgb(161,69,220); }
td.TdClassName
{
border-color: #A145DC;
}
.TagClassName
{
border-color: #A145DC;
}
</style>