Shades of Medium Orchid #AF4CF3
Tints of Medium Orchid #AF4CF3
RGB
CMYK
RGB Variations
Color information
#AF4CF3 (or 0xAF4CF3) is known color: Medium Orchid. HEX triplet: AF, 4C and F3. RGB value is (175,76,243). Sum of RGB (Red+Green+Blue) = 175+76+243=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF4CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4CF3 is #50B30C. Grayscale: #7C7C7C. Windows color (decimal): -5288717 or 15944879. OLE color: 15944879.
HSL color Cylindrical-coordinate representation of color #AF4CF3: hue angle of 275.57º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4CF3 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 76 | 243 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.05 |
| HSL | 275.57º | 0.87% | 0.63% | - |
| HSV(B) | 275.57º | 0.69% | 0.95% | - |
| XYZ | 36.44 | 20.75 | 86.88 | - |
| YUV | 124.64 | 194.8 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 243 | 0.28 | 0.69 | 0 | 0.05 | 275.57 | 0.87 | 0.63 |
| Hex | AF | 4C | F3 | 1C | 45 | 0 | 5 | 114 | 57 | 3F |
| Octal | 257 | 114 | 363 | 34 | 105 | 0 | 5 | 424 | 127 | 77 |
| Binary | 10101111 | 1001100 | 11110011 | 11100 | 1000101 | 0 | 101 | 100010100 | 1010111 | 111111 |
Color Harmonies of #AF4CF3
Complementary color
Monochromatic Colors of #AF4CF3
Black with #AF4CF3
Text Example
Text Example
White with #AF4CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4CF3; }
p { color: rgb(175,76,243); }
H1.HeaderClassName
{
color: #AF4CF3;
}
.AnyTagClassName
{
color: #AF4CF3;
}
</style>
background-color css
<style>
a { background-color: #AF4CF3; }
a { background-color: rgb(175,76,243); }
div.DivClassName
{
background-color: #AF4CF3;
}
.BgClassName
{
background-color: #AF4CF3;
}
</style>
border-color css
<style>
span { border-color: #AF4CF3; }
span { border-color: rgb(175,76,243); }
td.TdClassName
{
border-color: #AF4CF3;
}
.TagClassName
{
border-color: #AF4CF3;
}
</style>