Shades of Medium Orchid #A852DC
Tints of Medium Orchid #A852DC
RGB
CMYK
RGB Variations
Color information
#A852DC (or 0xA852DC) is known color: Medium Orchid. HEX triplet: A8, 52 and DC. RGB value is (168,82,220). Sum of RGB (Red+Green+Blue) = 168+82+220=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #A852DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852DC is #57AD23. Grayscale: #7A7A7A. Windows color (decimal): -5745956 or 14439080. OLE color: 14439080.
HSL color Cylindrical-coordinate representation of color #A852DC: hue angle of 277.39º 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 #A852DC is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 82 | 220 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.14 |
| HSL | 277.39º | 0.66% | 0.59% | - |
| HSV(B) | 277.39º | 0.63% | 0.86% | - |
| XYZ | 32.08 | 19.53 | 69.79 | - |
| YUV | 123.45 | 182.49 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 220 | 0.24 | 0.63 | 0 | 0.14 | 277.39 | 0.66 | 0.59 |
| Hex | A8 | 52 | DC | 18 | 3F | 0 | E | 115 | 42 | 3B |
| Octal | 250 | 122 | 334 | 30 | 77 | 0 | 16 | 425 | 102 | 73 |
| Binary | 10101000 | 1010010 | 11011100 | 11000 | 111111 | 0 | 1110 | 100010101 | 1000010 | 111011 |
Color Harmonies of #A852DC
Complementary color
Monochromatic Colors of #A852DC
Black with #A852DC
Text Example
Text Example
White with #A852DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852DC; }
p { color: rgb(168,82,220); }
H1.HeaderClassName
{
color: #A852DC;
}
.AnyTagClassName
{
color: #A852DC;
}
</style>
background-color css
<style>
a { background-color: #A852DC; }
a { background-color: rgb(168,82,220); }
div.DivClassName
{
background-color: #A852DC;
}
.BgClassName
{
background-color: #A852DC;
}
</style>
border-color css
<style>
span { border-color: #A852DC; }
span { border-color: rgb(168,82,220); }
td.TdClassName
{
border-color: #A852DC;
}
.TagClassName
{
border-color: #A852DC;
}
</style>