Shades of Medium Orchid #A754DA
Tints of Medium Orchid #A754DA
RGB
CMYK
RGB Variations
Color information
#A754DA (or 0xA754DA) is known color: Medium Orchid. HEX triplet: A7, 54 and DA. RGB value is (167,84,218). Sum of RGB (Red+Green+Blue) = 167+84+218=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #A754DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A754DA is #58AB25. Grayscale: #7B7B7B. Windows color (decimal): -5810982 or 14308519. OLE color: 14308519.
HSL color Cylindrical-coordinate representation of color #A754DA: hue angle of 277.16º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A754DA is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 84 | 218 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.15 |
| HSL | 277.16º | 0.64% | 0.59% | - |
| HSV(B) | 277.16º | 0.61% | 0.85% | - |
| XYZ | 31.76 | 19.62 | 68.44 | - |
| YUV | 124.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 84 | 218 | 0.23 | 0.61 | 0 | 0.15 | 277.16 | 0.64 | 0.59 |
| Hex | A7 | 54 | DA | 17 | 3D | 0 | F | 115 | 40 | 3B |
| Octal | 247 | 124 | 332 | 27 | 75 | 0 | 17 | 425 | 100 | 73 |
| Binary | 10100111 | 1010100 | 11011010 | 10111 | 111101 | 0 | 1111 | 100010101 | 1000000 | 111011 |
Color Harmonies of #A754DA
Complementary color
Monochromatic Colors of #A754DA
Black with #A754DA
Text Example
Text Example
White with #A754DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A754DA; }
p { color: rgb(167,84,218); }
H1.HeaderClassName
{
color: #A754DA;
}
.AnyTagClassName
{
color: #A754DA;
}
</style>
background-color css
<style>
a { background-color: #A754DA; }
a { background-color: rgb(167,84,218); }
div.DivClassName
{
background-color: #A754DA;
}
.BgClassName
{
background-color: #A754DA;
}
</style>
border-color css
<style>
span { border-color: #A754DA; }
span { border-color: rgb(167,84,218); }
td.TdClassName
{
border-color: #A754DA;
}
.TagClassName
{
border-color: #A754DA;
}
</style>