Shades of Dark Orchid #A249DB
Tints of Dark Orchid #A249DB
RGB
CMYK
RGB Variations
Color information
#A249DB (or 0xA249DB) is known color: Dark Orchid. HEX triplet: A2, 49 and DB. RGB value is (162,73,219). Sum of RGB (Red+Green+Blue) = 162+73+219=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #A249DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249DB is #5DB624. Grayscale: #737373. Windows color (decimal): -6141477 or 14371234. OLE color: 14371234.
HSL color Cylindrical-coordinate representation of color #A249DB: hue angle of 276.58º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A249DB is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 73 | 219 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.14 |
| HSL | 276.58º | 0.67% | 0.57% | - |
| HSV(B) | 276.58º | 0.67% | 0.86% | - |
| XYZ | 30.07 | 17.56 | 68.82 | - |
| YUV | 116.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 219 | 0.26 | 0.67 | 0 | 0.14 | 276.58 | 0.67 | 0.57 |
| Hex | A2 | 49 | DB | 1A | 43 | 0 | E | 115 | 43 | 39 |
| Octal | 242 | 111 | 333 | 32 | 103 | 0 | 16 | 425 | 103 | 71 |
| Binary | 10100010 | 1001001 | 11011011 | 11010 | 1000011 | 0 | 1110 | 100010101 | 1000011 | 111001 |
Color Harmonies of #A249DB
Complementary color
Monochromatic Colors of #A249DB
Black with #A249DB
Text Example
Text Example
White with #A249DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A249DB; }
p { color: rgb(162,73,219); }
H1.HeaderClassName
{
color: #A249DB;
}
.AnyTagClassName
{
color: #A249DB;
}
</style>
background-color css
<style>
a { background-color: #A249DB; }
a { background-color: rgb(162,73,219); }
div.DivClassName
{
background-color: #A249DB;
}
.BgClassName
{
background-color: #A249DB;
}
</style>
border-color css
<style>
span { border-color: #A249DB; }
span { border-color: rgb(162,73,219); }
td.TdClassName
{
border-color: #A249DB;
}
.TagClassName
{
border-color: #A249DB;
}
</style>