Shades of Medium Orchid #A548ED
Tints of Medium Orchid #A548ED
RGB
CMYK
RGB Variations
Color information
#A548ED (or 0xA548ED) is known color: Medium Orchid. HEX triplet: A5, 48 and ED. RGB value is (165,72,237). Sum of RGB (Red+Green+Blue) = 165+72+237=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #A548ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A548ED is #5AB712. Grayscale: #767676. Windows color (decimal): -5945107 or 15550629. OLE color: 15550629.
HSL color Cylindrical-coordinate representation of color #A548ED: hue angle of 273.82º 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 #A548ED is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 72 | 237 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.07 |
| HSL | 273.82º | 0.82% | 0.61% | - |
| HSV(B) | 273.82º | 0.7% | 0.93% | - |
| XYZ | 33.12 | 18.75 | 81.99 | - |
| YUV | 118.62 | 194.81 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 237 | 0.30 | 0.70 | 0 | 0.07 | 273.82 | 0.82 | 0.61 |
| Hex | A5 | 48 | ED | 1E | 46 | 0 | 7 | 112 | 52 | 3D |
| Octal | 245 | 110 | 355 | 36 | 106 | 0 | 7 | 422 | 122 | 75 |
| Binary | 10100101 | 1001000 | 11101101 | 11110 | 1000110 | 0 | 111 | 100010010 | 1010010 | 111101 |
Color Harmonies of #A548ED
Complementary color
Monochromatic Colors of #A548ED
Black with #A548ED
Text Example
Text Example
White with #A548ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A548ED; }
p { color: rgb(165,72,237); }
H1.HeaderClassName
{
color: #A548ED;
}
.AnyTagClassName
{
color: #A548ED;
}
</style>
background-color css
<style>
a { background-color: #A548ED; }
a { background-color: rgb(165,72,237); }
div.DivClassName
{
background-color: #A548ED;
}
.BgClassName
{
background-color: #A548ED;
}
</style>
border-color css
<style>
span { border-color: #A548ED; }
span { border-color: rgb(165,72,237); }
td.TdClassName
{
border-color: #A548ED;
}
.TagClassName
{
border-color: #A548ED;
}
</style>