Shades of Medium Orchid #A74FCE
Tints of Medium Orchid #A74FCE
RGB
CMYK
RGB Variations
Color information
#A74FCE (or 0xA74FCE) is known color: Medium Orchid. HEX triplet: A7, 4F and CE. RGB value is (167,79,206). Sum of RGB (Red+Green+Blue) = 167+79+206=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #A74FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74FCE is #58B031. Grayscale: #777777. Windows color (decimal): -5812274 or 13520807. OLE color: 13520807.
HSL color Cylindrical-coordinate representation of color #A74FCE: hue angle of 281.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A74FCE is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 79 | 206 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.19 |
| HSL | 281.57º | 0.56% | 0.56% | - |
| HSV(B) | 281.57º | 0.62% | 0.81% | - |
| XYZ | 29.87 | 18.26 | 60.34 | - |
| YUV | 119.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 206 | 0.19 | 0.62 | 0 | 0.19 | 281.57 | 0.56 | 0.56 |
| Hex | A7 | 4F | CE | 13 | 3E | 0 | 13 | 11A | 38 | 38 |
| Octal | 247 | 117 | 316 | 23 | 76 | 0 | 23 | 432 | 70 | 70 |
| Binary | 10100111 | 1001111 | 11001110 | 10011 | 111110 | 0 | 10011 | 100011010 | 111000 | 111000 |
Color Harmonies of #A74FCE
Complementary color
Monochromatic Colors of #A74FCE
Black with #A74FCE
Text Example
Text Example
White with #A74FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74FCE; }
p { color: rgb(167,79,206); }
H1.HeaderClassName
{
color: #A74FCE;
}
.AnyTagClassName
{
color: #A74FCE;
}
</style>
background-color css
<style>
a { background-color: #A74FCE; }
a { background-color: rgb(167,79,206); }
div.DivClassName
{
background-color: #A74FCE;
}
.BgClassName
{
background-color: #A74FCE;
}
</style>
border-color css
<style>
span { border-color: #A74FCE; }
span { border-color: rgb(167,79,206); }
td.TdClassName
{
border-color: #A74FCE;
}
.TagClassName
{
border-color: #A74FCE;
}
</style>