Shades of Dark Orchid #A249E0
Tints of Dark Orchid #A249E0
RGB
CMYK
RGB Variations
Color information
#A249E0 (or 0xA249E0) is known color: Dark Orchid. HEX triplet: A2, 49 and E0. RGB value is (162,73,224). Sum of RGB (Red+Green+Blue) = 162+73+224=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #A249E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249E0 is #5DB61F. Grayscale: #747474. Windows color (decimal): -6141472 or 14698914. OLE color: 14698914.
HSL color Cylindrical-coordinate representation of color #A249E0: hue angle of 275.36º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A249E0 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 73 | 224 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.12 |
| HSL | 275.36º | 0.71% | 0.58% | - |
| HSV(B) | 275.36º | 0.67% | 0.88% | - |
| XYZ | 30.74 | 17.83 | 72.34 | - |
| YUV | 116.83 | 188.49 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 224 | 0.28 | 0.67 | 0 | 0.12 | 275.36 | 0.71 | 0.58 |
| Hex | A2 | 49 | E0 | 1C | 43 | 0 | C | 113 | 47 | 3A |
| Octal | 242 | 111 | 340 | 34 | 103 | 0 | 14 | 423 | 107 | 72 |
| Binary | 10100010 | 1001001 | 11100000 | 11100 | 1000011 | 0 | 1100 | 100010011 | 1000111 | 111010 |
Color Harmonies of #A249E0
Complementary color
Monochromatic Colors of #A249E0
Black with #A249E0
Text Example
Text Example
White with #A249E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A249E0; }
p { color: rgb(162,73,224); }
H1.HeaderClassName
{
color: #A249E0;
}
.AnyTagClassName
{
color: #A249E0;
}
</style>
background-color css
<style>
a { background-color: #A249E0; }
a { background-color: rgb(162,73,224); }
div.DivClassName
{
background-color: #A249E0;
}
.BgClassName
{
background-color: #A249E0;
}
</style>
border-color css
<style>
span { border-color: #A249E0; }
span { border-color: rgb(162,73,224); }
td.TdClassName
{
border-color: #A249E0;
}
.TagClassName
{
border-color: #A249E0;
}
</style>