Shades of Medium Orchid #A848D0
Tints of Medium Orchid #A848D0
RGB
CMYK
RGB Variations
Color information
#A848D0 (or 0xA848D0) is known color: Medium Orchid. HEX triplet: A8, 48 and D0. RGB value is (168,72,208). Sum of RGB (Red+Green+Blue) = 168+72+208=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #A848D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A848D0 is #57B72F. Grayscale: #737373. Windows color (decimal): -5748528 or 13650088. OLE color: 13650088.
HSL color Cylindrical-coordinate representation of color #A848D0: hue angle of 282.35º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A848D0 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 72 | 208 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.18 |
| HSL | 282.35º | 0.59% | 0.55% | - |
| HSV(B) | 282.35º | 0.65% | 0.82% | - |
| XYZ | 29.85 | 17.51 | 61.48 | - |
| YUV | 116.21 | 179.8 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 208 | 0.19 | 0.65 | 0 | 0.18 | 282.35 | 0.59 | 0.55 |
| Hex | A8 | 48 | D0 | 13 | 41 | 0 | 12 | 11A | 3B | 37 |
| Octal | 250 | 110 | 320 | 23 | 101 | 0 | 22 | 432 | 73 | 67 |
| Binary | 10101000 | 1001000 | 11010000 | 10011 | 1000001 | 0 | 10010 | 100011010 | 111011 | 110111 |
Color Harmonies of #A848D0
Complementary color
Monochromatic Colors of #A848D0
Black with #A848D0
Text Example
Text Example
White with #A848D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A848D0; }
p { color: rgb(168,72,208); }
H1.HeaderClassName
{
color: #A848D0;
}
.AnyTagClassName
{
color: #A848D0;
}
</style>
background-color css
<style>
a { background-color: #A848D0; }
a { background-color: rgb(168,72,208); }
div.DivClassName
{
background-color: #A848D0;
}
.BgClassName
{
background-color: #A848D0;
}
</style>
border-color css
<style>
span { border-color: #A848D0; }
span { border-color: rgb(168,72,208); }
td.TdClassName
{
border-color: #A848D0;
}
.TagClassName
{
border-color: #A848D0;
}
</style>