Shades of Dark Orchid #A249D4
Tints of Dark Orchid #A249D4
RGB
CMYK
RGB Variations
Color information
#A249D4 (or 0xA249D4) is known color: Dark Orchid. HEX triplet: A2, 49 and D4. RGB value is (162,73,212). Sum of RGB (Red+Green+Blue) = 162+73+212=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 212 - color contains mainly: blue. Hex color #A249D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249D4 is #5DB62B. Grayscale: #727272. Windows color (decimal): -6141484 or 13912482. OLE color: 13912482.
HSL color Cylindrical-coordinate representation of color #A249D4: hue angle of 278.42º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A249D4 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 73 | 212 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.17 |
| HSL | 278.42º | 0.62% | 0.56% | - |
| HSV(B) | 278.42º | 0.66% | 0.83% | - |
| XYZ | 29.17 | 17.2 | 64.07 | - |
| YUV | 115.46 | 182.49 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 212 | 0.24 | 0.66 | 0 | 0.17 | 278.42 | 0.62 | 0.56 |
| Hex | A2 | 49 | D4 | 18 | 42 | 0 | 11 | 116 | 3E | 38 |
| Octal | 242 | 111 | 324 | 30 | 102 | 0 | 21 | 426 | 76 | 70 |
| Binary | 10100010 | 1001001 | 11010100 | 11000 | 1000010 | 0 | 10001 | 100010110 | 111110 | 111000 |
Color Harmonies of #A249D4
Complementary color
Monochromatic Colors of #A249D4
Black with #A249D4
Text Example
Text Example
White with #A249D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A249D4; }
p { color: rgb(162,73,212); }
H1.HeaderClassName
{
color: #A249D4;
}
.AnyTagClassName
{
color: #A249D4;
}
</style>
background-color css
<style>
a { background-color: #A249D4; }
a { background-color: rgb(162,73,212); }
div.DivClassName
{
background-color: #A249D4;
}
.BgClassName
{
background-color: #A249D4;
}
</style>
border-color css
<style>
span { border-color: #A249D4; }
span { border-color: rgb(162,73,212); }
td.TdClassName
{
border-color: #A249D4;
}
.TagClassName
{
border-color: #A249D4;
}
</style>