Shades of Dark Orchid #A249DA
Tints of Dark Orchid #A249DA
RGB
CMYK
RGB Variations
Color information
#A249DA (or 0xA249DA) is known color: Dark Orchid. HEX triplet: A2, 49 and DA. RGB value is (162,73,218). Sum of RGB (Red+Green+Blue) = 162+73+218=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #A249DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249DA is #5DB625. Grayscale: #737373. Windows color (decimal): -6141478 or 14305698. OLE color: 14305698.
HSL color Cylindrical-coordinate representation of color #A249DA: hue angle of 276.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A249DA is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 73 | 218 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.15 |
| HSL | 276.83º | 0.66% | 0.57% | - |
| HSV(B) | 276.83º | 0.67% | 0.85% | - |
| XYZ | 29.94 | 17.51 | 68.13 | - |
| YUV | 116.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 218 | 0.26 | 0.67 | 0 | 0.15 | 276.83 | 0.66 | 0.57 |
| Hex | A2 | 49 | DA | 1A | 43 | 0 | F | 115 | 42 | 39 |
| Octal | 242 | 111 | 332 | 32 | 103 | 0 | 17 | 425 | 102 | 71 |
| Binary | 10100010 | 1001001 | 11011010 | 11010 | 1000011 | 0 | 1111 | 100010101 | 1000010 | 111001 |
Color Harmonies of #A249DA
Complementary color
Monochromatic Colors of #A249DA
Black with #A249DA
Text Example
Text Example
White with #A249DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A249DA; }
p { color: rgb(162,73,218); }
H1.HeaderClassName
{
color: #A249DA;
}
.AnyTagClassName
{
color: #A249DA;
}
</style>
background-color css
<style>
a { background-color: #A249DA; }
a { background-color: rgb(162,73,218); }
div.DivClassName
{
background-color: #A249DA;
}
.BgClassName
{
background-color: #A249DA;
}
</style>
border-color css
<style>
span { border-color: #A249DA; }
span { border-color: rgb(162,73,218); }
td.TdClassName
{
border-color: #A249DA;
}
.TagClassName
{
border-color: #A249DA;
}
</style>