Shades of Dark Orchid #A249D6
Tints of Dark Orchid #A249D6
RGB
CMYK
RGB Variations
Color information
#A249D6 (or 0xA249D6) is known color: Dark Orchid. HEX triplet: A2, 49 and D6. RGB value is (162,73,214). Sum of RGB (Red+Green+Blue) = 162+73+214=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 214 - color contains mainly: blue. Hex color #A249D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249D6 is #5DB629. Grayscale: #737373. Windows color (decimal): -6141482 or 14043554. OLE color: 14043554.
HSL color Cylindrical-coordinate representation of color #A249D6: hue angle of 277.87º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A249D6 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 73 | 214 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.16 |
| HSL | 277.87º | 0.63% | 0.56% | - |
| HSV(B) | 277.87º | 0.66% | 0.84% | - |
| XYZ | 29.42 | 17.3 | 65.41 | - |
| YUV | 115.69 | 183.49 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 214 | 0.24 | 0.66 | 0 | 0.16 | 277.87 | 0.63 | 0.56 |
| Hex | A2 | 49 | D6 | 18 | 42 | 0 | 10 | 116 | 3F | 38 |
| Octal | 242 | 111 | 326 | 30 | 102 | 0 | 20 | 426 | 77 | 70 |
| Binary | 10100010 | 1001001 | 11010110 | 11000 | 1000010 | 0 | 10000 | 100010110 | 111111 | 111000 |
Color Harmonies of #A249D6
Complementary color
Monochromatic Colors of #A249D6
Black with #A249D6
Text Example
Text Example
White with #A249D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A249D6; }
p { color: rgb(162,73,214); }
H1.HeaderClassName
{
color: #A249D6;
}
.AnyTagClassName
{
color: #A249D6;
}
</style>
background-color css
<style>
a { background-color: #A249D6; }
a { background-color: rgb(162,73,214); }
div.DivClassName
{
background-color: #A249D6;
}
.BgClassName
{
background-color: #A249D6;
}
</style>
border-color css
<style>
span { border-color: #A249D6; }
span { border-color: rgb(162,73,214); }
td.TdClassName
{
border-color: #A249D6;
}
.TagClassName
{
border-color: #A249D6;
}
</style>