Shades of Dark Orchid #A148DD
Tints of Dark Orchid #A148DD
RGB
CMYK
RGB Variations
Color information
#A148DD (or 0xA148DD) is known color: Dark Orchid. HEX triplet: A1, 48 and DD. RGB value is (161,72,221). Sum of RGB (Red+Green+Blue) = 161+72+221=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 72 (28.52% from 255 or 15.86% 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 #A148DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A148DD is #5EB722. Grayscale: #737373. Windows color (decimal): -6207267 or 14502049. OLE color: 14502049.
HSL color Cylindrical-coordinate representation of color #A148DD: hue angle of 275.84º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A148DD is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 72 | 221 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.13 |
| HSL | 275.84º | 0.69% | 0.57% | - |
| HSV(B) | 275.84º | 0.67% | 0.87% | - |
| XYZ | 30.07 | 17.43 | 70.19 | - |
| YUV | 115.6 | 187.49 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 221 | 0.27 | 0.67 | 0 | 0.13 | 275.84 | 0.69 | 0.57 |
| Hex | A1 | 48 | DD | 1B | 43 | 0 | D | 114 | 45 | 39 |
| Octal | 241 | 110 | 335 | 33 | 103 | 0 | 15 | 424 | 105 | 71 |
| Binary | 10100001 | 1001000 | 11011101 | 11011 | 1000011 | 0 | 1101 | 100010100 | 1000101 | 111001 |
Color Harmonies of #A148DD
Complementary color
Monochromatic Colors of #A148DD
Black with #A148DD
Text Example
Text Example
White with #A148DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A148DD; }
p { color: rgb(161,72,221); }
H1.HeaderClassName
{
color: #A148DD;
}
.AnyTagClassName
{
color: #A148DD;
}
</style>
background-color css
<style>
a { background-color: #A148DD; }
a { background-color: rgb(161,72,221); }
div.DivClassName
{
background-color: #A148DD;
}
.BgClassName
{
background-color: #A148DD;
}
</style>
border-color css
<style>
span { border-color: #A148DD; }
span { border-color: rgb(161,72,221); }
td.TdClassName
{
border-color: #A148DD;
}
.TagClassName
{
border-color: #A148DD;
}
</style>