Shades of Dark Orchid #A045D8
Tints of Dark Orchid #A045D8
RGB
CMYK
RGB Variations
Color information
#A045D8 (or 0xA045D8) is known color: Dark Orchid. HEX triplet: A0, 45 and D8. RGB value is (160,69,216). Sum of RGB (Red+Green+Blue) = 160+69+216=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 216 (84.77% from 255 or 48.54% from 445); Max value from RGB is 216 - color contains mainly: blue. Hex color #A045D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045D8 is #5FBA27. Grayscale: #707070. Windows color (decimal): -6273576 or 14173600. OLE color: 14173600.
HSL color Cylindrical-coordinate representation of color #A045D8: hue angle of 277.14º degrees, saturation: 0.65, 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 #A045D8 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 69 | 216 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.15 |
| HSL | 277.14º | 0.65% | 0.56% | - |
| HSV(B) | 277.14º | 0.68% | 0.85% | - |
| XYZ | 29.02 | 16.69 | 66.66 | - |
| YUV | 112.97 | 186.15 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 216 | 0.26 | 0.68 | 0 | 0.15 | 277.14 | 0.65 | 0.56 |
| Hex | A0 | 45 | D8 | 1A | 44 | 0 | F | 115 | 41 | 38 |
| Octal | 240 | 105 | 330 | 32 | 104 | 0 | 17 | 425 | 101 | 70 |
| Binary | 10100000 | 1000101 | 11011000 | 11010 | 1000100 | 0 | 1111 | 100010101 | 1000001 | 111000 |
Color Harmonies of #A045D8
Complementary color
Monochromatic Colors of #A045D8
Black with #A045D8
Text Example
Text Example
White with #A045D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A045D8; }
p { color: rgb(160,69,216); }
H1.HeaderClassName
{
color: #A045D8;
}
.AnyTagClassName
{
color: #A045D8;
}
</style>
background-color css
<style>
a { background-color: #A045D8; }
a { background-color: rgb(160,69,216); }
div.DivClassName
{
background-color: #A045D8;
}
.BgClassName
{
background-color: #A045D8;
}
</style>
border-color css
<style>
span { border-color: #A045D8; }
span { border-color: rgb(160,69,216); }
td.TdClassName
{
border-color: #A045D8;
}
.TagClassName
{
border-color: #A045D8;
}
</style>