Shades of Medium Orchid #A748CD
Tints of Medium Orchid #A748CD
RGB
CMYK
RGB Variations
Color information
#A748CD (or 0xA748CD) is known color: Medium Orchid. HEX triplet: A7, 48 and CD. RGB value is (167,72,205). Sum of RGB (Red+Green+Blue) = 167+72+205=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #A748CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A748CD is #58B732. Grayscale: #737373. Windows color (decimal): -5814067 or 13453479. OLE color: 13453479.
HSL color Cylindrical-coordinate representation of color #A748CD: hue angle of 282.86º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A748CD is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 72 | 205 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.20 |
| HSL | 282.86º | 0.57% | 0.54% | - |
| HSV(B) | 282.86º | 0.65% | 0.8% | - |
| XYZ | 29.27 | 17.26 | 59.55 | - |
| YUV | 115.57 | 178.47 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 205 | 0.19 | 0.65 | 0 | 0.20 | 282.86 | 0.57 | 0.54 |
| Hex | A7 | 48 | CD | 13 | 41 | 0 | 14 | 11B | 39 | 36 |
| Octal | 247 | 110 | 315 | 23 | 101 | 0 | 24 | 433 | 71 | 66 |
| Binary | 10100111 | 1001000 | 11001101 | 10011 | 1000001 | 0 | 10100 | 100011011 | 111001 | 110110 |
Color Harmonies of #A748CD
Complementary color
Monochromatic Colors of #A748CD
Black with #A748CD
Text Example
Text Example
White with #A748CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A748CD; }
p { color: rgb(167,72,205); }
H1.HeaderClassName
{
color: #A748CD;
}
.AnyTagClassName
{
color: #A748CD;
}
</style>
background-color css
<style>
a { background-color: #A748CD; }
a { background-color: rgb(167,72,205); }
div.DivClassName
{
background-color: #A748CD;
}
.BgClassName
{
background-color: #A748CD;
}
</style>
border-color css
<style>
span { border-color: #A748CD; }
span { border-color: rgb(167,72,205); }
td.TdClassName
{
border-color: #A748CD;
}
.TagClassName
{
border-color: #A748CD;
}
</style>