Shades of Medium Orchid #A751DC
Tints of Medium Orchid #A751DC
RGB
CMYK
RGB Variations
Color information
#A751DC (or 0xA751DC) is known color: Medium Orchid. HEX triplet: A7, 51 and DC. RGB value is (167,81,220). Sum of RGB (Red+Green+Blue) = 167+81+220=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #A751DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A751DC is #58AE23. Grayscale: #7A7A7A. Windows color (decimal): -5811748 or 14438823. OLE color: 14438823.
HSL color Cylindrical-coordinate representation of color #A751DC: hue angle of 277.12º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A751DC is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 81 | 220 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.14 |
| HSL | 277.12º | 0.67% | 0.59% | - |
| HSV(B) | 277.12º | 0.63% | 0.86% | - |
| XYZ | 31.8 | 19.27 | 69.75 | - |
| YUV | 122.56 | 182.99 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 220 | 0.24 | 0.63 | 0 | 0.14 | 277.12 | 0.67 | 0.59 |
| Hex | A7 | 51 | DC | 18 | 3F | 0 | E | 115 | 43 | 3B |
| Octal | 247 | 121 | 334 | 30 | 77 | 0 | 16 | 425 | 103 | 73 |
| Binary | 10100111 | 1010001 | 11011100 | 11000 | 111111 | 0 | 1110 | 100010101 | 1000011 | 111011 |
Color Harmonies of #A751DC
Complementary color
Monochromatic Colors of #A751DC
Black with #A751DC
Text Example
Text Example
White with #A751DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A751DC; }
p { color: rgb(167,81,220); }
H1.HeaderClassName
{
color: #A751DC;
}
.AnyTagClassName
{
color: #A751DC;
}
</style>
background-color css
<style>
a { background-color: #A751DC; }
a { background-color: rgb(167,81,220); }
div.DivClassName
{
background-color: #A751DC;
}
.BgClassName
{
background-color: #A751DC;
}
</style>
border-color css
<style>
span { border-color: #A751DC; }
span { border-color: rgb(167,81,220); }
td.TdClassName
{
border-color: #A751DC;
}
.TagClassName
{
border-color: #A751DC;
}
</style>