Shades of Dark Orchid #A045DC
Tints of Dark Orchid #A045DC
RGB
CMYK
RGB Variations
Color information
#A045DC (or 0xA045DC) is known color: Dark Orchid. HEX triplet: A0, 45 and DC. RGB value is (160,69,220). Sum of RGB (Red+Green+Blue) = 160+69+220=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #A045DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045DC is #5FBA23. Grayscale: #707070. Windows color (decimal): -6273572 or 14435744. OLE color: 14435744.
HSL color Cylindrical-coordinate representation of color #A045DC: hue angle of 276.16º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A045DC is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 69 | 220 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.14 |
| HSL | 276.16º | 0.68% | 0.57% | - |
| HSV(B) | 276.16º | 0.69% | 0.86% | - |
| XYZ | 29.54 | 16.9 | 69.41 | - |
| YUV | 113.42 | 188.15 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 220 | 0.27 | 0.69 | 0 | 0.14 | 276.16 | 0.68 | 0.57 |
| Hex | A0 | 45 | DC | 1B | 45 | 0 | E | 114 | 44 | 39 |
| Octal | 240 | 105 | 334 | 33 | 105 | 0 | 16 | 424 | 104 | 71 |
| Binary | 10100000 | 1000101 | 11011100 | 11011 | 1000101 | 0 | 1110 | 100010100 | 1000100 | 111001 |
Color Harmonies of #A045DC
Complementary color
Monochromatic Colors of #A045DC
Black with #A045DC
Text Example
Text Example
White with #A045DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A045DC; }
p { color: rgb(160,69,220); }
H1.HeaderClassName
{
color: #A045DC;
}
.AnyTagClassName
{
color: #A045DC;
}
</style>
background-color css
<style>
a { background-color: #A045DC; }
a { background-color: rgb(160,69,220); }
div.DivClassName
{
background-color: #A045DC;
}
.BgClassName
{
background-color: #A045DC;
}
</style>
border-color css
<style>
span { border-color: #A045DC; }
span { border-color: rgb(160,69,220); }
td.TdClassName
{
border-color: #A045DC;
}
.TagClassName
{
border-color: #A045DC;
}
</style>