Shades of Medium Orchid #A748ED
Tints of Medium Orchid #A748ED
RGB
CMYK
RGB Variations
Color information
#A748ED (or 0xA748ED) is known color: Medium Orchid. HEX triplet: A7, 48 and ED. RGB value is (167,72,237). Sum of RGB (Red+Green+Blue) = 167+72+237=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #A748ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A748ED is #58B712. Grayscale: #767676. Windows color (decimal): -5814035 or 15550631. OLE color: 15550631.
HSL color Cylindrical-coordinate representation of color #A748ED: hue angle of 274.55º 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 #A748ED is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 72 | 237 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.07 |
| HSL | 274.55º | 0.82% | 0.61% | - |
| HSV(B) | 274.55º | 0.7% | 0.93% | - |
| XYZ | 33.54 | 18.96 | 82.01 | - |
| YUV | 119.22 | 194.47 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 237 | 0.30 | 0.70 | 0 | 0.07 | 274.55 | 0.82 | 0.61 |
| Hex | A7 | 48 | ED | 1E | 46 | 0 | 7 | 113 | 52 | 3D |
| Octal | 247 | 110 | 355 | 36 | 106 | 0 | 7 | 423 | 122 | 75 |
| Binary | 10100111 | 1001000 | 11101101 | 11110 | 1000110 | 0 | 111 | 100010011 | 1010010 | 111101 |
Color Harmonies of #A748ED
Complementary color
Monochromatic Colors of #A748ED
Black with #A748ED
Text Example
Text Example
White with #A748ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A748ED; }
p { color: rgb(167,72,237); }
H1.HeaderClassName
{
color: #A748ED;
}
.AnyTagClassName
{
color: #A748ED;
}
</style>
background-color css
<style>
a { background-color: #A748ED; }
a { background-color: rgb(167,72,237); }
div.DivClassName
{
background-color: #A748ED;
}
.BgClassName
{
background-color: #A748ED;
}
</style>
border-color css
<style>
span { border-color: #A748ED; }
span { border-color: rgb(167,72,237); }
td.TdClassName
{
border-color: #A748ED;
}
.TagClassName
{
border-color: #A748ED;
}
</style>