Shades of Dark Orchid #A645CF
Tints of Dark Orchid #A645CF
RGB
CMYK
RGB Variations
Color information
#A645CF (or 0xA645CF) is known color: Dark Orchid. HEX triplet: A6, 45 and CF. RGB value is (166,69,207). Sum of RGB (Red+Green+Blue) = 166+69+207=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #A645CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A645CF is #59BA30. Grayscale: #717171. Windows color (decimal): -5880369 or 13583782. OLE color: 13583782.
HSL color Cylindrical-coordinate representation of color #A645CF: hue angle of 282.17º 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 #A645CF is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 69 | 207 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.19 |
| HSL | 282.17º | 0.59% | 0.54% | - |
| HSV(B) | 282.17º | 0.67% | 0.81% | - |
| XYZ | 29.12 | 16.87 | 60.75 | - |
| YUV | 113.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 207 | 0.20 | 0.67 | 0 | 0.19 | 282.17 | 0.59 | 0.54 |
| Hex | A6 | 45 | CF | 14 | 43 | 0 | 13 | 11A | 3B | 36 |
| Octal | 246 | 105 | 317 | 24 | 103 | 0 | 23 | 432 | 73 | 66 |
| Binary | 10100110 | 1000101 | 11001111 | 10100 | 1000011 | 0 | 10011 | 100011010 | 111011 | 110110 |
Color Harmonies of #A645CF
Complementary color
Monochromatic Colors of #A645CF
Black with #A645CF
Text Example
Text Example
White with #A645CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A645CF; }
p { color: rgb(166,69,207); }
H1.HeaderClassName
{
color: #A645CF;
}
.AnyTagClassName
{
color: #A645CF;
}
</style>
background-color css
<style>
a { background-color: #A645CF; }
a { background-color: rgb(166,69,207); }
div.DivClassName
{
background-color: #A645CF;
}
.BgClassName
{
background-color: #A645CF;
}
</style>
border-color css
<style>
span { border-color: #A645CF; }
span { border-color: rgb(166,69,207); }
td.TdClassName
{
border-color: #A645CF;
}
.TagClassName
{
border-color: #A645CF;
}
</style>