Shades of Dark Orchid #A249DD
Tints of Dark Orchid #A249DD
RGB
CMYK
RGB Variations
Color information
#A249DD (or 0xA249DD) is known color: Dark Orchid. HEX triplet: A2, 49 and DD. RGB value is (162,73,221). Sum of RGB (Red+Green+Blue) = 162+73+221=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #A249DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249DD is #5DB622. Grayscale: #737373. Windows color (decimal): -6141475 or 14502306. OLE color: 14502306.
HSL color Cylindrical-coordinate representation of color #A249DD: hue angle of 276.08º 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 #A249DD is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 73 | 221 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.13 |
| HSL | 276.08º | 0.69% | 0.58% | - |
| HSV(B) | 276.08º | 0.67% | 0.87% | - |
| XYZ | 30.33 | 17.67 | 70.22 | - |
| YUV | 116.48 | 186.99 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 221 | 0.27 | 0.67 | 0 | 0.13 | 276.08 | 0.69 | 0.58 |
| Hex | A2 | 49 | DD | 1B | 43 | 0 | D | 114 | 45 | 3A |
| Octal | 242 | 111 | 335 | 33 | 103 | 0 | 15 | 424 | 105 | 72 |
| Binary | 10100010 | 1001001 | 11011101 | 11011 | 1000011 | 0 | 1101 | 100010100 | 1000101 | 111010 |
Color Harmonies of #A249DD
Complementary color
Monochromatic Colors of #A249DD
Black with #A249DD
Text Example
Text Example
White with #A249DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A249DD; }
p { color: rgb(162,73,221); }
H1.HeaderClassName
{
color: #A249DD;
}
.AnyTagClassName
{
color: #A249DD;
}
</style>
background-color css
<style>
a { background-color: #A249DD; }
a { background-color: rgb(162,73,221); }
div.DivClassName
{
background-color: #A249DD;
}
.BgClassName
{
background-color: #A249DD;
}
</style>
border-color css
<style>
span { border-color: #A249DD; }
span { border-color: rgb(162,73,221); }
td.TdClassName
{
border-color: #A249DD;
}
.TagClassName
{
border-color: #A249DD;
}
</style>