Shades of Dark Orchid #A149DD
Tints of Dark Orchid #A149DD
RGB
CMYK
RGB Variations
Color information
#A149DD (or 0xA149DD) is known color: Dark Orchid. HEX triplet: A1, 49 and DD. RGB value is (161,73,221). Sum of RGB (Red+Green+Blue) = 161+73+221=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #A149DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A149DD is #5EB622. Grayscale: #737373. Windows color (decimal): -6207011 or 14502305. OLE color: 14502305.
HSL color Cylindrical-coordinate representation of color #A149DD: hue angle of 275.68º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A149DD is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 73 | 221 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.13 |
| HSL | 275.68º | 0.69% | 0.58% | - |
| HSV(B) | 275.68º | 0.67% | 0.87% | - |
| XYZ | 30.13 | 17.56 | 70.21 | - |
| YUV | 116.18 | 187.15 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 221 | 0.27 | 0.67 | 0 | 0.13 | 275.68 | 0.69 | 0.58 |
| Hex | A1 | 49 | DD | 1B | 43 | 0 | D | 114 | 45 | 3A |
| Octal | 241 | 111 | 335 | 33 | 103 | 0 | 15 | 424 | 105 | 72 |
| Binary | 10100001 | 1001001 | 11011101 | 11011 | 1000011 | 0 | 1101 | 100010100 | 1000101 | 111010 |
Color Harmonies of #A149DD
Complementary color
Monochromatic Colors of #A149DD
Black with #A149DD
Text Example
Text Example
White with #A149DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A149DD; }
p { color: rgb(161,73,221); }
H1.HeaderClassName
{
color: #A149DD;
}
.AnyTagClassName
{
color: #A149DD;
}
</style>
background-color css
<style>
a { background-color: #A149DD; }
a { background-color: rgb(161,73,221); }
div.DivClassName
{
background-color: #A149DD;
}
.BgClassName
{
background-color: #A149DD;
}
</style>
border-color css
<style>
span { border-color: #A149DD; }
span { border-color: rgb(161,73,221); }
td.TdClassName
{
border-color: #A149DD;
}
.TagClassName
{
border-color: #A149DD;
}
</style>