Shades of Medium Orchid #A948DC
Tints of Medium Orchid #A948DC
RGB
CMYK
RGB Variations
Color information
#A948DC (or 0xA948DC) is known color: Medium Orchid. HEX triplet: A9, 48 and DC. RGB value is (169,72,220). Sum of RGB (Red+Green+Blue) = 169+72+220=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #A948DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A948DC is #56B723. Grayscale: #757575. Windows color (decimal): -5682980 or 14436521. OLE color: 14436521.
HSL color Cylindrical-coordinate representation of color #A948DC: hue angle of 279.32º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A948DC is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 72 | 220 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.14 |
| HSL | 279.32º | 0.68% | 0.57% | - |
| HSV(B) | 279.32º | 0.67% | 0.86% | - |
| XYZ | 31.6 | 18.24 | 69.56 | - |
| YUV | 117.88 | 185.64 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 72 | 220 | 0.23 | 0.67 | 0 | 0.14 | 279.32 | 0.68 | 0.57 |
| Hex | A9 | 48 | DC | 17 | 43 | 0 | E | 117 | 44 | 39 |
| Octal | 251 | 110 | 334 | 27 | 103 | 0 | 16 | 427 | 104 | 71 |
| Binary | 10101001 | 1001000 | 11011100 | 10111 | 1000011 | 0 | 1110 | 100010111 | 1000100 | 111001 |
Color Harmonies of #A948DC
Complementary color
Monochromatic Colors of #A948DC
Black with #A948DC
Text Example
Text Example
White with #A948DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A948DC; }
p { color: rgb(169,72,220); }
H1.HeaderClassName
{
color: #A948DC;
}
.AnyTagClassName
{
color: #A948DC;
}
</style>
background-color css
<style>
a { background-color: #A948DC; }
a { background-color: rgb(169,72,220); }
div.DivClassName
{
background-color: #A948DC;
}
.BgClassName
{
background-color: #A948DC;
}
</style>
border-color css
<style>
span { border-color: #A948DC; }
span { border-color: rgb(169,72,220); }
td.TdClassName
{
border-color: #A948DC;
}
.TagClassName
{
border-color: #A948DC;
}
</style>