Shades of Medium Orchid #A654CF
Tints of Medium Orchid #A654CF
RGB
CMYK
RGB Variations
Color information
#A654CF (or 0xA654CF) is known color: Medium Orchid. HEX triplet: A6, 54 and CF. RGB value is (166,84,207). Sum of RGB (Red+Green+Blue) = 166+84+207=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #A654CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A654CF is #59AB30. Grayscale: #7A7A7A. Windows color (decimal): -5876529 or 13587622. OLE color: 13587622.
HSL color Cylindrical-coordinate representation of color #A654CF: hue angle of 280º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A654CF is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 84 | 207 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.19 |
| HSL | 280º | 0.56% | 0.57% | - |
| HSV(B) | 280º | 0.59% | 0.81% | - |
| XYZ | 30.16 | 18.95 | 61.1 | - |
| YUV | 122.54 | 175.67 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 207 | 0.20 | 0.59 | 0 | 0.19 | 280 | 0.56 | 0.57 |
| Hex | A6 | 54 | CF | 14 | 3B | 0 | 13 | 118 | 38 | 39 |
| Octal | 246 | 124 | 317 | 24 | 73 | 0 | 23 | 430 | 70 | 71 |
| Binary | 10100110 | 1010100 | 11001111 | 10100 | 111011 | 0 | 10011 | 100011000 | 111000 | 111001 |
Color Harmonies of #A654CF
Complementary color
Monochromatic Colors of #A654CF
Black with #A654CF
Text Example
Text Example
White with #A654CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A654CF; }
p { color: rgb(166,84,207); }
H1.HeaderClassName
{
color: #A654CF;
}
.AnyTagClassName
{
color: #A654CF;
}
</style>
background-color css
<style>
a { background-color: #A654CF; }
a { background-color: rgb(166,84,207); }
div.DivClassName
{
background-color: #A654CF;
}
.BgClassName
{
background-color: #A654CF;
}
</style>
border-color css
<style>
span { border-color: #A654CF; }
span { border-color: rgb(166,84,207); }
td.TdClassName
{
border-color: #A654CF;
}
.TagClassName
{
border-color: #A654CF;
}
</style>