Shades of Dark Orchid #A244DD
Tints of Dark Orchid #A244DD
RGB
CMYK
RGB Variations
Color information
#A244DD (or 0xA244DD) is known color: Dark Orchid. HEX triplet: A2, 44 and DD. RGB value is (162,68,221). Sum of RGB (Red+Green+Blue) = 162+68+221=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #A244DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A244DD is #5DBB22. Grayscale: #717171. Windows color (decimal): -6142755 or 14501026. OLE color: 14501026.
HSL color Cylindrical-coordinate representation of color #A244DD: hue angle of 276.86º degrees, saturation: 0.69, 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 #A244DD is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 68 | 221 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.13 |
| HSL | 276.86º | 0.69% | 0.57% | - |
| HSV(B) | 276.86º | 0.69% | 0.87% | - |
| XYZ | 30.02 | 17.04 | 70.11 | - |
| YUV | 113.55 | 188.64 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 221 | 0.27 | 0.69 | 0 | 0.13 | 276.86 | 0.69 | 0.57 |
| Hex | A2 | 44 | DD | 1B | 45 | 0 | D | 115 | 45 | 39 |
| Octal | 242 | 104 | 335 | 33 | 105 | 0 | 15 | 425 | 105 | 71 |
| Binary | 10100010 | 1000100 | 11011101 | 11011 | 1000101 | 0 | 1101 | 100010101 | 1000101 | 111001 |
Color Harmonies of #A244DD
Complementary color
Monochromatic Colors of #A244DD
Black with #A244DD
Text Example
Text Example
White with #A244DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A244DD; }
p { color: rgb(162,68,221); }
H1.HeaderClassName
{
color: #A244DD;
}
.AnyTagClassName
{
color: #A244DD;
}
</style>
background-color css
<style>
a { background-color: #A244DD; }
a { background-color: rgb(162,68,221); }
div.DivClassName
{
background-color: #A244DD;
}
.BgClassName
{
background-color: #A244DD;
}
</style>
border-color css
<style>
span { border-color: #A244DD; }
span { border-color: rgb(162,68,221); }
td.TdClassName
{
border-color: #A244DD;
}
.TagClassName
{
border-color: #A244DD;
}
</style>