Shades of Dark Orchid #A245DA
Tints of Dark Orchid #A245DA
RGB
CMYK
RGB Variations
Color information
#A245DA (or 0xA245DA) is known color: Dark Orchid. HEX triplet: A2, 45 and DA. RGB value is (162,69,218). Sum of RGB (Red+Green+Blue) = 162+69+218=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #A245DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A245DA is #5DBA25. Grayscale: #717171. Windows color (decimal): -6142502 or 14304674. OLE color: 14304674.
HSL color Cylindrical-coordinate representation of color #A245DA: hue angle of 277.45º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A245DA is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 69 | 218 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.15 |
| HSL | 277.45º | 0.67% | 0.56% | - |
| HSV(B) | 277.45º | 0.68% | 0.85% | - |
| XYZ | 29.68 | 17 | 68.05 | - |
| YUV | 113.79 | 186.81 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 218 | 0.26 | 0.68 | 0 | 0.15 | 277.45 | 0.67 | 0.56 |
| Hex | A2 | 45 | DA | 1A | 44 | 0 | F | 115 | 43 | 38 |
| Octal | 242 | 105 | 332 | 32 | 104 | 0 | 17 | 425 | 103 | 70 |
| Binary | 10100010 | 1000101 | 11011010 | 11010 | 1000100 | 0 | 1111 | 100010101 | 1000011 | 111000 |
Color Harmonies of #A245DA
Complementary color
Monochromatic Colors of #A245DA
Black with #A245DA
Text Example
Text Example
White with #A245DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A245DA; }
p { color: rgb(162,69,218); }
H1.HeaderClassName
{
color: #A245DA;
}
.AnyTagClassName
{
color: #A245DA;
}
</style>
background-color css
<style>
a { background-color: #A245DA; }
a { background-color: rgb(162,69,218); }
div.DivClassName
{
background-color: #A245DA;
}
.BgClassName
{
background-color: #A245DA;
}
</style>
border-color css
<style>
span { border-color: #A245DA; }
span { border-color: rgb(162,69,218); }
td.TdClassName
{
border-color: #A245DA;
}
.TagClassName
{
border-color: #A245DA;
}
</style>