Shades of Dark Orchid #A245CF
Tints of Dark Orchid #A245CF
RGB
CMYK
RGB Variations
Color information
#A245CF (or 0xA245CF) is known color: Dark Orchid. HEX triplet: A2, 45 and CF. RGB value is (162,69,207). Sum of RGB (Red+Green+Blue) = 162+69+207=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #A245CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A245CF is #5DBA30. Grayscale: #707070. Windows color (decimal): -6142513 or 13583778. OLE color: 13583778.
HSL color Cylindrical-coordinate representation of color #A245CF: hue angle of 280.43º 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 #A245CF is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 69 | 207 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.19 |
| HSL | 280.43º | 0.59% | 0.54% | - |
| HSV(B) | 280.43º | 0.67% | 0.81% | - |
| XYZ | 28.29 | 16.44 | 60.71 | - |
| YUV | 112.54 | 181.31 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 207 | 0.22 | 0.67 | 0 | 0.19 | 280.43 | 0.59 | 0.54 |
| Hex | A2 | 45 | CF | 16 | 43 | 0 | 13 | 118 | 3B | 36 |
| Octal | 242 | 105 | 317 | 26 | 103 | 0 | 23 | 430 | 73 | 66 |
| Binary | 10100010 | 1000101 | 11001111 | 10110 | 1000011 | 0 | 10011 | 100011000 | 111011 | 110110 |
Color Harmonies of #A245CF
Complementary color
Monochromatic Colors of #A245CF
Black with #A245CF
Text Example
Text Example
White with #A245CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A245CF; }
p { color: rgb(162,69,207); }
H1.HeaderClassName
{
color: #A245CF;
}
.AnyTagClassName
{
color: #A245CF;
}
</style>
background-color css
<style>
a { background-color: #A245CF; }
a { background-color: rgb(162,69,207); }
div.DivClassName
{
background-color: #A245CF;
}
.BgClassName
{
background-color: #A245CF;
}
</style>
border-color css
<style>
span { border-color: #A245CF; }
span { border-color: rgb(162,69,207); }
td.TdClassName
{
border-color: #A245CF;
}
.TagClassName
{
border-color: #A245CF;
}
</style>