Shades of Medium Orchid #A852CD
Tints of Medium Orchid #A852CD
RGB
CMYK
RGB Variations
Color information
#A852CD (or 0xA852CD) is known color: Medium Orchid. HEX triplet: A8, 52 and CD. RGB value is (168,82,205). Sum of RGB (Red+Green+Blue) = 168+82+205=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #A852CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852CD is #57AD32. Grayscale: #797979. Windows color (decimal): -5745971 or 13456040. OLE color: 13456040.
HSL color Cylindrical-coordinate representation of color #A852CD: hue angle of 281.95º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A852CD is Cyan = 0.18, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 82 | 205 | - |
| CMYK | 0.18 | 0.6 | 0 | 0.20 |
| HSL | 281.95º | 0.55% | 0.56% | - |
| HSV(B) | 281.95º | 0.6% | 0.8% | - |
| XYZ | 30.19 | 18.77 | 59.79 | - |
| YUV | 121.74 | 174.99 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 205 | 0.18 | 0.6 | 0 | 0.20 | 281.95 | 0.55 | 0.56 |
| Hex | A8 | 52 | CD | 12 | 3C | 0 | 14 | 11A | 37 | 38 |
| Octal | 250 | 122 | 315 | 22 | 74 | 0 | 24 | 432 | 67 | 70 |
| Binary | 10101000 | 1010010 | 11001101 | 10010 | 111100 | 0 | 10100 | 100011010 | 110111 | 111000 |
Color Harmonies of #A852CD
Complementary color
Monochromatic Colors of #A852CD
Black with #A852CD
Text Example
Text Example
White with #A852CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852CD; }
p { color: rgb(168,82,205); }
H1.HeaderClassName
{
color: #A852CD;
}
.AnyTagClassName
{
color: #A852CD;
}
</style>
background-color css
<style>
a { background-color: #A852CD; }
a { background-color: rgb(168,82,205); }
div.DivClassName
{
background-color: #A852CD;
}
.BgClassName
{
background-color: #A852CD;
}
</style>
border-color css
<style>
span { border-color: #A852CD; }
span { border-color: rgb(168,82,205); }
td.TdClassName
{
border-color: #A852CD;
}
.TagClassName
{
border-color: #A852CD;
}
</style>