Shades of Medium Orchid #A755DF
Tints of Medium Orchid #A755DF
RGB
CMYK
RGB Variations
Color information
#A755DF (or 0xA755DF) is known color: Medium Orchid. HEX triplet: A7, 55 and DF. RGB value is (167,85,223). Sum of RGB (Red+Green+Blue) = 167+85+223=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #A755DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755DF is #58AA20. Grayscale: #7C7C7C. Windows color (decimal): -5810721 or 14636455. OLE color: 14636455.
HSL color Cylindrical-coordinate representation of color #A755DF: hue angle of 275.65º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A755DF is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 85 | 223 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.13 |
| HSL | 275.65º | 0.68% | 0.6% | - |
| HSV(B) | 275.65º | 0.62% | 0.87% | - |
| XYZ | 32.5 | 20.04 | 71.97 | - |
| YUV | 125.25 | 183.17 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 85 | 223 | 0.25 | 0.62 | 0 | 0.13 | 275.65 | 0.68 | 0.6 |
| Hex | A7 | 55 | DF | 19 | 3E | 0 | D | 114 | 44 | 3C |
| Octal | 247 | 125 | 337 | 31 | 76 | 0 | 15 | 424 | 104 | 74 |
| Binary | 10100111 | 1010101 | 11011111 | 11001 | 111110 | 0 | 1101 | 100010100 | 1000100 | 111100 |
Color Harmonies of #A755DF
Complementary color
Monochromatic Colors of #A755DF
Black with #A755DF
Text Example
Text Example
White with #A755DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A755DF; }
p { color: rgb(167,85,223); }
H1.HeaderClassName
{
color: #A755DF;
}
.AnyTagClassName
{
color: #A755DF;
}
</style>
background-color css
<style>
a { background-color: #A755DF; }
a { background-color: rgb(167,85,223); }
div.DivClassName
{
background-color: #A755DF;
}
.BgClassName
{
background-color: #A755DF;
}
</style>
border-color css
<style>
span { border-color: #A755DF; }
span { border-color: rgb(167,85,223); }
td.TdClassName
{
border-color: #A755DF;
}
.TagClassName
{
border-color: #A755DF;
}
</style>