Shades of Medium Orchid #A948E9
Tints of Medium Orchid #A948E9
RGB
CMYK
RGB Variations
Color information
#A948E9 (or 0xA948E9) is known color: Medium Orchid. HEX triplet: A9, 48 and E9. RGB value is (169,72,233). Sum of RGB (Red+Green+Blue) = 169+72+233=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #A948E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A948E9 is #56B716. Grayscale: #767676. Windows color (decimal): -5682967 or 15288489. OLE color: 15288489.
HSL color Cylindrical-coordinate representation of color #A948E9: hue angle of 276.15º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A948E9 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 72 | 233 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.09 |
| HSL | 276.15º | 0.79% | 0.6% | - |
| HSV(B) | 276.15º | 0.69% | 0.91% | - |
| XYZ | 33.39 | 18.95 | 78.99 | - |
| YUV | 119.36 | 192.14 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 72 | 233 | 0.27 | 0.69 | 0 | 0.09 | 276.15 | 0.79 | 0.6 |
| Hex | A9 | 48 | E9 | 1B | 45 | 0 | 9 | 114 | 4F | 3C |
| Octal | 251 | 110 | 351 | 33 | 105 | 0 | 11 | 424 | 117 | 74 |
| Binary | 10101001 | 1001000 | 11101001 | 11011 | 1000101 | 0 | 1001 | 100010100 | 1001111 | 111100 |
Color Harmonies of #A948E9
Complementary color
Monochromatic Colors of #A948E9
Black with #A948E9
Text Example
Text Example
White with #A948E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A948E9; }
p { color: rgb(169,72,233); }
H1.HeaderClassName
{
color: #A948E9;
}
.AnyTagClassName
{
color: #A948E9;
}
</style>
background-color css
<style>
a { background-color: #A948E9; }
a { background-color: rgb(169,72,233); }
div.DivClassName
{
background-color: #A948E9;
}
.BgClassName
{
background-color: #A948E9;
}
</style>
border-color css
<style>
span { border-color: #A948E9; }
span { border-color: rgb(169,72,233); }
td.TdClassName
{
border-color: #A948E9;
}
.TagClassName
{
border-color: #A948E9;
}
</style>