Shades of Medium Orchid #A648CF
Tints of Medium Orchid #A648CF
RGB
CMYK
RGB Variations
Color information
#A648CF (or 0xA648CF) is known color: Medium Orchid. HEX triplet: A6, 48 and CF. RGB value is (166,72,207). Sum of RGB (Red+Green+Blue) = 166+72+207=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #A648CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A648CF is #59B730. Grayscale: #737373. Windows color (decimal): -5879601 or 13584550. OLE color: 13584550.
HSL color Cylindrical-coordinate representation of color #A648CF: hue angle of 281.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A648CF is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 72 | 207 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.19 |
| HSL | 281.78º | 0.58% | 0.55% | - |
| HSV(B) | 281.78º | 0.65% | 0.81% | - |
| XYZ | 29.31 | 17.25 | 60.82 | - |
| YUV | 115.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 207 | 0.20 | 0.65 | 0 | 0.19 | 281.78 | 0.58 | 0.55 |
| Hex | A6 | 48 | CF | 14 | 41 | 0 | 13 | 11A | 3A | 37 |
| Octal | 246 | 110 | 317 | 24 | 101 | 0 | 23 | 432 | 72 | 67 |
| Binary | 10100110 | 1001000 | 11001111 | 10100 | 1000001 | 0 | 10011 | 100011010 | 111010 | 110111 |
Color Harmonies of #A648CF
Complementary color
Monochromatic Colors of #A648CF
Black with #A648CF
Text Example
Text Example
White with #A648CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A648CF; }
p { color: rgb(166,72,207); }
H1.HeaderClassName
{
color: #A648CF;
}
.AnyTagClassName
{
color: #A648CF;
}
</style>
background-color css
<style>
a { background-color: #A648CF; }
a { background-color: rgb(166,72,207); }
div.DivClassName
{
background-color: #A648CF;
}
.BgClassName
{
background-color: #A648CF;
}
</style>
border-color css
<style>
span { border-color: #A648CF; }
span { border-color: rgb(166,72,207); }
td.TdClassName
{
border-color: #A648CF;
}
.TagClassName
{
border-color: #A648CF;
}
</style>