Shades of Medium Orchid #A754DD
Tints of Medium Orchid #A754DD
RGB
CMYK
RGB Variations
Color information
#A754DD (or 0xA754DD) is known color: Medium Orchid. HEX triplet: A7, 54 and DD. RGB value is (167,84,221). Sum of RGB (Red+Green+Blue) = 167+84+221=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #A754DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A754DD is #58AB22. Grayscale: #7B7B7B. Windows color (decimal): -5810979 or 14505127. OLE color: 14505127.
HSL color Cylindrical-coordinate representation of color #A754DD: hue angle of 276.35º degrees, saturation: 0.67, 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 #A754DD is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 84 | 221 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.13 |
| HSL | 276.35º | 0.67% | 0.6% | - |
| HSV(B) | 276.35º | 0.62% | 0.87% | - |
| XYZ | 32.16 | 19.78 | 70.53 | - |
| YUV | 124.44 | 182.5 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 84 | 221 | 0.24 | 0.62 | 0 | 0.13 | 276.35 | 0.67 | 0.6 |
| Hex | A7 | 54 | DD | 18 | 3E | 0 | D | 114 | 43 | 3C |
| Octal | 247 | 124 | 335 | 30 | 76 | 0 | 15 | 424 | 103 | 74 |
| Binary | 10100111 | 1010100 | 11011101 | 11000 | 111110 | 0 | 1101 | 100010100 | 1000011 | 111100 |
Color Harmonies of #A754DD
Complementary color
Monochromatic Colors of #A754DD
Black with #A754DD
Text Example
Text Example
White with #A754DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A754DD; }
p { color: rgb(167,84,221); }
H1.HeaderClassName
{
color: #A754DD;
}
.AnyTagClassName
{
color: #A754DD;
}
</style>
background-color css
<style>
a { background-color: #A754DD; }
a { background-color: rgb(167,84,221); }
div.DivClassName
{
background-color: #A754DD;
}
.BgClassName
{
background-color: #A754DD;
}
</style>
border-color css
<style>
span { border-color: #A754DD; }
span { border-color: rgb(167,84,221); }
td.TdClassName
{
border-color: #A754DD;
}
.TagClassName
{
border-color: #A754DD;
}
</style>