Shades of Medium Orchid #A748CE
Tints of Medium Orchid #A748CE
RGB
CMYK
RGB Variations
Color information
#A748CE (or 0xA748CE) is known color: Medium Orchid. HEX triplet: A7, 48 and CE. RGB value is (167,72,206). Sum of RGB (Red+Green+Blue) = 167+72+206=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #A748CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A748CE is #58B731. Grayscale: #737373. Windows color (decimal): -5814066 or 13519015. OLE color: 13519015.
HSL color Cylindrical-coordinate representation of color #A748CE: hue angle of 282.54º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A748CE is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 72 | 206 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.19 |
| HSL | 282.54º | 0.58% | 0.55% | - |
| HSV(B) | 282.54º | 0.65% | 0.81% | - |
| XYZ | 29.39 | 17.31 | 60.18 | - |
| YUV | 115.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 206 | 0.19 | 0.65 | 0 | 0.19 | 282.54 | 0.58 | 0.55 |
| Hex | A7 | 48 | CE | 13 | 41 | 0 | 13 | 11B | 3A | 37 |
| Octal | 247 | 110 | 316 | 23 | 101 | 0 | 23 | 433 | 72 | 67 |
| Binary | 10100111 | 1001000 | 11001110 | 10011 | 1000001 | 0 | 10011 | 100011011 | 111010 | 110111 |
Color Harmonies of #A748CE
Complementary color
Monochromatic Colors of #A748CE
Black with #A748CE
Text Example
Text Example
White with #A748CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A748CE; }
p { color: rgb(167,72,206); }
H1.HeaderClassName
{
color: #A748CE;
}
.AnyTagClassName
{
color: #A748CE;
}
</style>
background-color css
<style>
a { background-color: #A748CE; }
a { background-color: rgb(167,72,206); }
div.DivClassName
{
background-color: #A748CE;
}
.BgClassName
{
background-color: #A748CE;
}
</style>
border-color css
<style>
span { border-color: #A748CE; }
span { border-color: rgb(167,72,206); }
td.TdClassName
{
border-color: #A748CE;
}
.TagClassName
{
border-color: #A748CE;
}
</style>