Shades of Medium Orchid #A74BDF
Tints of Medium Orchid #A74BDF
RGB
CMYK
RGB Variations
Color information
#A74BDF (or 0xA74BDF) is known color: Medium Orchid. HEX triplet: A7, 4B and DF. RGB value is (167,75,223). Sum of RGB (Red+Green+Blue) = 167+75+223=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #A74BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74BDF is #58B420. Grayscale: #767676. Windows color (decimal): -5813281 or 14633895. OLE color: 14633895.
HSL color Cylindrical-coordinate representation of color #A74BDF: hue angle of 277.3º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A74BDF is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 75 | 223 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.13 |
| HSL | 277.3º | 0.7% | 0.58% | - |
| HSV(B) | 277.3º | 0.66% | 0.87% | - |
| XYZ | 31.77 | 18.58 | 71.72 | - |
| YUV | 119.38 | 186.48 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 75 | 223 | 0.25 | 0.66 | 0 | 0.13 | 277.3 | 0.7 | 0.58 |
| Hex | A7 | 4B | DF | 19 | 42 | 0 | D | 115 | 46 | 3A |
| Octal | 247 | 113 | 337 | 31 | 102 | 0 | 15 | 425 | 106 | 72 |
| Binary | 10100111 | 1001011 | 11011111 | 11001 | 1000010 | 0 | 1101 | 100010101 | 1000110 | 111010 |
Color Harmonies of #A74BDF
Complementary color
Monochromatic Colors of #A74BDF
Black with #A74BDF
Text Example
Text Example
White with #A74BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74BDF; }
p { color: rgb(167,75,223); }
H1.HeaderClassName
{
color: #A74BDF;
}
.AnyTagClassName
{
color: #A74BDF;
}
</style>
background-color css
<style>
a { background-color: #A74BDF; }
a { background-color: rgb(167,75,223); }
div.DivClassName
{
background-color: #A74BDF;
}
.BgClassName
{
background-color: #A74BDF;
}
</style>
border-color css
<style>
span { border-color: #A74BDF; }
span { border-color: rgb(167,75,223); }
td.TdClassName
{
border-color: #A74BDF;
}
.TagClassName
{
border-color: #A74BDF;
}
</style>