Shades of Medium Orchid #A848DD
Tints of Medium Orchid #A848DD
RGB
CMYK
RGB Variations
Color information
#A848DD (or 0xA848DD) is known color: Medium Orchid. HEX triplet: A8, 48 and DD. RGB value is (168,72,221). Sum of RGB (Red+Green+Blue) = 168+72+221=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #A848DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A848DD is #57B722. Grayscale: #757575. Windows color (decimal): -5748515 or 14502056. OLE color: 14502056.
HSL color Cylindrical-coordinate representation of color #A848DD: hue angle of 278.66º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A848DD is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 72 | 221 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.13 |
| HSL | 278.66º | 0.69% | 0.57% | - |
| HSV(B) | 278.66º | 0.67% | 0.87% | - |
| XYZ | 31.52 | 18.18 | 70.25 | - |
| YUV | 117.69 | 186.3 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 221 | 0.24 | 0.67 | 0 | 0.13 | 278.66 | 0.69 | 0.57 |
| Hex | A8 | 48 | DD | 18 | 43 | 0 | D | 117 | 45 | 39 |
| Octal | 250 | 110 | 335 | 30 | 103 | 0 | 15 | 427 | 105 | 71 |
| Binary | 10101000 | 1001000 | 11011101 | 11000 | 1000011 | 0 | 1101 | 100010111 | 1000101 | 111001 |
Color Harmonies of #A848DD
Complementary color
Monochromatic Colors of #A848DD
Black with #A848DD
Text Example
Text Example
White with #A848DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A848DD; }
p { color: rgb(168,72,221); }
H1.HeaderClassName
{
color: #A848DD;
}
.AnyTagClassName
{
color: #A848DD;
}
</style>
background-color css
<style>
a { background-color: #A848DD; }
a { background-color: rgb(168,72,221); }
div.DivClassName
{
background-color: #A848DD;
}
.BgClassName
{
background-color: #A848DD;
}
</style>
border-color css
<style>
span { border-color: #A848DD; }
span { border-color: rgb(168,72,221); }
td.TdClassName
{
border-color: #A848DD;
}
.TagClassName
{
border-color: #A848DD;
}
</style>