Shades of Medium Orchid #A852DF
Tints of Medium Orchid #A852DF
RGB
CMYK
RGB Variations
Color information
#A852DF (or 0xA852DF) is known color: Medium Orchid. HEX triplet: A8, 52 and DF. RGB value is (168,82,223). Sum of RGB (Red+Green+Blue) = 168+82+223=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #A852DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852DF is #57AD20. Grayscale: #7B7B7B. Windows color (decimal): -5745953 or 14635688. OLE color: 14635688.
HSL color Cylindrical-coordinate representation of color #A852DF: hue angle of 276.6º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A852DF is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 82 | 223 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.13 |
| HSL | 276.6º | 0.69% | 0.6% | - |
| HSV(B) | 276.6º | 0.63% | 0.87% | - |
| XYZ | 32.49 | 19.69 | 71.9 | - |
| YUV | 123.79 | 183.99 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 223 | 0.25 | 0.63 | 0 | 0.13 | 276.6 | 0.69 | 0.6 |
| Hex | A8 | 52 | DF | 19 | 3F | 0 | D | 115 | 45 | 3C |
| Octal | 250 | 122 | 337 | 31 | 77 | 0 | 15 | 425 | 105 | 74 |
| Binary | 10101000 | 1010010 | 11011111 | 11001 | 111111 | 0 | 1101 | 100010101 | 1000101 | 111100 |
Color Harmonies of #A852DF
Complementary color
Monochromatic Colors of #A852DF
Black with #A852DF
Text Example
Text Example
White with #A852DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852DF; }
p { color: rgb(168,82,223); }
H1.HeaderClassName
{
color: #A852DF;
}
.AnyTagClassName
{
color: #A852DF;
}
</style>
background-color css
<style>
a { background-color: #A852DF; }
a { background-color: rgb(168,82,223); }
div.DivClassName
{
background-color: #A852DF;
}
.BgClassName
{
background-color: #A852DF;
}
</style>
border-color css
<style>
span { border-color: #A852DF; }
span { border-color: rgb(168,82,223); }
td.TdClassName
{
border-color: #A852DF;
}
.TagClassName
{
border-color: #A852DF;
}
</style>