Shades of Medium Orchid #A852DB
Tints of Medium Orchid #A852DB
RGB
CMYK
RGB Variations
Color information
#A852DB (or 0xA852DB) is known color: Medium Orchid. HEX triplet: A8, 52 and DB. RGB value is (168,82,219). Sum of RGB (Red+Green+Blue) = 168+82+219=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #A852DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852DB is #57AD24. Grayscale: #7A7A7A. Windows color (decimal): -5745957 or 14373544. OLE color: 14373544.
HSL color Cylindrical-coordinate representation of color #A852DB: hue angle of 277.66º degrees, saturation: 0.66, 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 #A852DB is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 82 | 219 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.14 |
| HSL | 277.66º | 0.66% | 0.59% | - |
| HSV(B) | 277.66º | 0.63% | 0.86% | - |
| XYZ | 31.95 | 19.47 | 69.09 | - |
| YUV | 123.33 | 181.99 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 219 | 0.23 | 0.63 | 0 | 0.14 | 277.66 | 0.66 | 0.59 |
| Hex | A8 | 52 | DB | 17 | 3F | 0 | E | 116 | 42 | 3B |
| Octal | 250 | 122 | 333 | 27 | 77 | 0 | 16 | 426 | 102 | 73 |
| Binary | 10101000 | 1010010 | 11011011 | 10111 | 111111 | 0 | 1110 | 100010110 | 1000010 | 111011 |
Color Harmonies of #A852DB
Complementary color
Monochromatic Colors of #A852DB
Black with #A852DB
Text Example
Text Example
White with #A852DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852DB; }
p { color: rgb(168,82,219); }
H1.HeaderClassName
{
color: #A852DB;
}
.AnyTagClassName
{
color: #A852DB;
}
</style>
background-color css
<style>
a { background-color: #A852DB; }
a { background-color: rgb(168,82,219); }
div.DivClassName
{
background-color: #A852DB;
}
.BgClassName
{
background-color: #A852DB;
}
</style>
border-color css
<style>
span { border-color: #A852DB; }
span { border-color: rgb(168,82,219); }
td.TdClassName
{
border-color: #A852DB;
}
.TagClassName
{
border-color: #A852DB;
}
</style>