Shades of Dark Orchid #A045CF
Tints of Dark Orchid #A045CF
RGB
CMYK
RGB Variations
Color information
#A045CF (or 0xA045CF) is known color: Dark Orchid. HEX triplet: A0, 45 and CF. RGB value is (160,69,207). Sum of RGB (Red+Green+Blue) = 160+69+207=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #A045CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045CF is #5FBA30. Grayscale: #6F6F6F. Windows color (decimal): -6273585 or 13583776. OLE color: 13583776.
HSL color Cylindrical-coordinate representation of color #A045CF: hue angle of 279.57º degrees, saturation: 0.59, 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 #A045CF is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 69 | 207 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.19 |
| HSL | 279.57º | 0.59% | 0.54% | - |
| HSV(B) | 279.57º | 0.67% | 0.81% | - |
| XYZ | 27.89 | 16.23 | 60.7 | - |
| YUV | 111.94 | 181.65 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 207 | 0.23 | 0.67 | 0 | 0.19 | 279.57 | 0.59 | 0.54 |
| Hex | A0 | 45 | CF | 17 | 43 | 0 | 13 | 118 | 3B | 36 |
| Octal | 240 | 105 | 317 | 27 | 103 | 0 | 23 | 430 | 73 | 66 |
| Binary | 10100000 | 1000101 | 11001111 | 10111 | 1000011 | 0 | 10011 | 100011000 | 111011 | 110110 |
Color Harmonies of #A045CF
Complementary color
Monochromatic Colors of #A045CF
Black with #A045CF
Text Example
Text Example
White with #A045CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A045CF; }
p { color: rgb(160,69,207); }
H1.HeaderClassName
{
color: #A045CF;
}
.AnyTagClassName
{
color: #A045CF;
}
</style>
background-color css
<style>
a { background-color: #A045CF; }
a { background-color: rgb(160,69,207); }
div.DivClassName
{
background-color: #A045CF;
}
.BgClassName
{
background-color: #A045CF;
}
</style>
border-color css
<style>
span { border-color: #A045CF; }
span { border-color: rgb(160,69,207); }
td.TdClassName
{
border-color: #A045CF;
}
.TagClassName
{
border-color: #A045CF;
}
</style>