Shades of Medium Orchid #A74FFC
Tints of Medium Orchid #A74FFC
RGB
CMYK
RGB Variations
Color information
#A74FFC (or 0xA74FFC) is known color: Medium Orchid. HEX triplet: A7, 4F and FC. RGB value is (167,79,252). Sum of RGB (Red+Green+Blue) = 167+79+252=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #A74FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74FFC is #58B003. Grayscale: #7C7C7C. Windows color (decimal): -5812228 or 16535463. OLE color: 16535463.
HSL color Cylindrical-coordinate representation of color #A74FFC: hue angle of 270.52º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A74FFC is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 79 | 252 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.01 |
| HSL | 270.52º | 0.97% | 0.65% | - |
| HSV(B) | 270.52º | 0.69% | 0.99% | - |
| XYZ | 36.3 | 20.84 | 94.2 | - |
| YUV | 125.03 | 199.65 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 252 | 0.34 | 0.69 | 0 | 0.01 | 270.52 | 0.97 | 0.65 |
| Hex | A7 | 4F | FC | 22 | 45 | 0 | 1 | 10F | 61 | 41 |
| Octal | 247 | 117 | 374 | 42 | 105 | 0 | 1 | 417 | 141 | 101 |
| Binary | 10100111 | 1001111 | 11111100 | 100010 | 1000101 | 0 | 1 | 100001111 | 1100001 | 1000001 |
Color Harmonies of #A74FFC
Complementary color
Monochromatic Colors of #A74FFC
Black with #A74FFC
Text Example
Text Example
White with #A74FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74FFC; }
p { color: rgb(167,79,252); }
H1.HeaderClassName
{
color: #A74FFC;
}
.AnyTagClassName
{
color: #A74FFC;
}
</style>
background-color css
<style>
a { background-color: #A74FFC; }
a { background-color: rgb(167,79,252); }
div.DivClassName
{
background-color: #A74FFC;
}
.BgClassName
{
background-color: #A74FFC;
}
</style>
border-color css
<style>
span { border-color: #A74FFC; }
span { border-color: rgb(167,79,252); }
td.TdClassName
{
border-color: #A74FFC;
}
.TagClassName
{
border-color: #A74FFC;
}
</style>