Shades of Medium Orchid #A748DC
Tints of Medium Orchid #A748DC
RGB
CMYK
RGB Variations
Color information
#A748DC (or 0xA748DC) is known color: Medium Orchid. HEX triplet: A7, 48 and DC. RGB value is (167,72,220). Sum of RGB (Red+Green+Blue) = 167+72+220=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #A748DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A748DC is #58B723. Grayscale: #747474. Windows color (decimal): -5814052 or 14436519. OLE color: 14436519.
HSL color Cylindrical-coordinate representation of color #A748DC: hue angle of 278.51º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A748DC is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 72 | 220 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.14 |
| HSL | 278.51º | 0.68% | 0.57% | - |
| HSV(B) | 278.51º | 0.67% | 0.86% | - |
| XYZ | 31.17 | 18.02 | 69.54 | - |
| YUV | 117.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 220 | 0.24 | 0.67 | 0 | 0.14 | 278.51 | 0.68 | 0.57 |
| Hex | A7 | 48 | DC | 18 | 43 | 0 | E | 117 | 44 | 39 |
| Octal | 247 | 110 | 334 | 30 | 103 | 0 | 16 | 427 | 104 | 71 |
| Binary | 10100111 | 1001000 | 11011100 | 11000 | 1000011 | 0 | 1110 | 100010111 | 1000100 | 111001 |
Color Harmonies of #A748DC
Complementary color
Monochromatic Colors of #A748DC
Black with #A748DC
Text Example
Text Example
White with #A748DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A748DC; }
p { color: rgb(167,72,220); }
H1.HeaderClassName
{
color: #A748DC;
}
.AnyTagClassName
{
color: #A748DC;
}
</style>
background-color css
<style>
a { background-color: #A748DC; }
a { background-color: rgb(167,72,220); }
div.DivClassName
{
background-color: #A748DC;
}
.BgClassName
{
background-color: #A748DC;
}
</style>
border-color css
<style>
span { border-color: #A748DC; }
span { border-color: rgb(167,72,220); }
td.TdClassName
{
border-color: #A748DC;
}
.TagClassName
{
border-color: #A748DC;
}
</style>