Shades of Dark Orchid #A244DA
Tints of Dark Orchid #A244DA
RGB
CMYK
RGB Variations
Color information
#A244DA (or 0xA244DA) is known color: Dark Orchid. HEX triplet: A2, 44 and DA. RGB value is (162,68,218). Sum of RGB (Red+Green+Blue) = 162+68+218=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #A244DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A244DA is #5DBB25. Grayscale: #707070. Windows color (decimal): -6142758 or 14304418. OLE color: 14304418.
HSL color Cylindrical-coordinate representation of color #A244DA: hue angle of 277.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A244DA is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 68 | 218 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.15 |
| HSL | 277.6º | 0.67% | 0.56% | - |
| HSV(B) | 277.6º | 0.69% | 0.85% | - |
| XYZ | 29.62 | 16.88 | 68.03 | - |
| YUV | 113.21 | 187.14 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 218 | 0.26 | 0.69 | 0 | 0.15 | 277.6 | 0.67 | 0.56 |
| Hex | A2 | 44 | DA | 1A | 45 | 0 | F | 116 | 43 | 38 |
| Octal | 242 | 104 | 332 | 32 | 105 | 0 | 17 | 426 | 103 | 70 |
| Binary | 10100010 | 1000100 | 11011010 | 11010 | 1000101 | 0 | 1111 | 100010110 | 1000011 | 111000 |
Color Harmonies of #A244DA
Complementary color
Monochromatic Colors of #A244DA
Black with #A244DA
Text Example
Text Example
White with #A244DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A244DA; }
p { color: rgb(162,68,218); }
H1.HeaderClassName
{
color: #A244DA;
}
.AnyTagClassName
{
color: #A244DA;
}
</style>
background-color css
<style>
a { background-color: #A244DA; }
a { background-color: rgb(162,68,218); }
div.DivClassName
{
background-color: #A244DA;
}
.BgClassName
{
background-color: #A244DA;
}
</style>
border-color css
<style>
span { border-color: #A244DA; }
span { border-color: rgb(162,68,218); }
td.TdClassName
{
border-color: #A244DA;
}
.TagClassName
{
border-color: #A244DA;
}
</style>