Shades of Dark Orchid #A045CE
Tints of Dark Orchid #A045CE
RGB
CMYK
RGB Variations
Color information
#A045CE (or 0xA045CE) is known color: Dark Orchid. HEX triplet: A0, 45 and CE. RGB value is (160,69,206). Sum of RGB (Red+Green+Blue) = 160+69+206=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #A045CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045CE is #5FBA31. Grayscale: #6F6F6F. Windows color (decimal): -6273586 or 13518240. OLE color: 13518240.
HSL color Cylindrical-coordinate representation of color #A045CE: hue angle of 279.85º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A045CE is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 69 | 206 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.19 |
| HSL | 279.85º | 0.58% | 0.54% | - |
| HSV(B) | 279.85º | 0.67% | 0.81% | - |
| XYZ | 27.77 | 16.19 | 60.05 | - |
| YUV | 111.83 | 181.15 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 206 | 0.22 | 0.67 | 0 | 0.19 | 279.85 | 0.58 | 0.54 |
| Hex | A0 | 45 | CE | 16 | 43 | 0 | 13 | 118 | 3A | 36 |
| Octal | 240 | 105 | 316 | 26 | 103 | 0 | 23 | 430 | 72 | 66 |
| Binary | 10100000 | 1000101 | 11001110 | 10110 | 1000011 | 0 | 10011 | 100011000 | 111010 | 110110 |
Color Harmonies of #A045CE
Complementary color
Monochromatic Colors of #A045CE
Black with #A045CE
Text Example
Text Example
White with #A045CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A045CE; }
p { color: rgb(160,69,206); }
H1.HeaderClassName
{
color: #A045CE;
}
.AnyTagClassName
{
color: #A045CE;
}
</style>
background-color css
<style>
a { background-color: #A045CE; }
a { background-color: rgb(160,69,206); }
div.DivClassName
{
background-color: #A045CE;
}
.BgClassName
{
background-color: #A045CE;
}
</style>
border-color css
<style>
span { border-color: #A045CE; }
span { border-color: rgb(160,69,206); }
td.TdClassName
{
border-color: #A045CE;
}
.TagClassName
{
border-color: #A045CE;
}
</style>