Shades of Medium Orchid #A948ED
Tints of Medium Orchid #A948ED
RGB
CMYK
RGB Variations
Color information
#A948ED (or 0xA948ED) is known color: Medium Orchid. HEX triplet: A9, 48 and ED. RGB value is (169,72,237). Sum of RGB (Red+Green+Blue) = 169+72+237=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #A948ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A948ED is #56B712. Grayscale: #777777. Windows color (decimal): -5682963 or 15550633. OLE color: 15550633.
HSL color Cylindrical-coordinate representation of color #A948ED: hue angle of 275.27º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A948ED is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 72 | 237 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.07 |
| HSL | 275.27º | 0.82% | 0.61% | - |
| HSV(B) | 275.27º | 0.7% | 0.93% | - |
| XYZ | 33.97 | 19.18 | 82.03 | - |
| YUV | 119.81 | 194.14 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 72 | 237 | 0.29 | 0.70 | 0 | 0.07 | 275.27 | 0.82 | 0.61 |
| Hex | A9 | 48 | ED | 1D | 46 | 0 | 7 | 113 | 52 | 3D |
| Octal | 251 | 110 | 355 | 35 | 106 | 0 | 7 | 423 | 122 | 75 |
| Binary | 10101001 | 1001000 | 11101101 | 11101 | 1000110 | 0 | 111 | 100010011 | 1010010 | 111101 |
Color Harmonies of #A948ED
Complementary color
Monochromatic Colors of #A948ED
Black with #A948ED
Text Example
Text Example
White with #A948ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A948ED; }
p { color: rgb(169,72,237); }
H1.HeaderClassName
{
color: #A948ED;
}
.AnyTagClassName
{
color: #A948ED;
}
</style>
background-color css
<style>
a { background-color: #A948ED; }
a { background-color: rgb(169,72,237); }
div.DivClassName
{
background-color: #A948ED;
}
.BgClassName
{
background-color: #A948ED;
}
</style>
border-color css
<style>
span { border-color: #A948ED; }
span { border-color: rgb(169,72,237); }
td.TdClassName
{
border-color: #A948ED;
}
.TagClassName
{
border-color: #A948ED;
}
</style>