Shades of Medium Orchid #AF4FF3
Tints of Medium Orchid #AF4FF3
RGB
CMYK
RGB Variations
Color information
#AF4FF3 (or 0xAF4FF3) is known color: Medium Orchid. HEX triplet: AF, 4F and F3. RGB value is (175,79,243). Sum of RGB (Red+Green+Blue) = 175+79+243=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF4FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4FF3 is #50B00C. Grayscale: #7D7D7D. Windows color (decimal): -5287949 or 15945647. OLE color: 15945647.
HSL color Cylindrical-coordinate representation of color #AF4FF3: hue angle of 275.12º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF4FF3 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 79 | 243 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.05 |
| HSL | 275.12º | 0.87% | 0.63% | - |
| HSV(B) | 275.12º | 0.67% | 0.95% | - |
| XYZ | 36.65 | 21.18 | 86.95 | - |
| YUV | 126.4 | 193.8 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 243 | 0.28 | 0.67 | 0 | 0.05 | 275.12 | 0.87 | 0.63 |
| Hex | AF | 4F | F3 | 1C | 43 | 0 | 5 | 113 | 57 | 3F |
| Octal | 257 | 117 | 363 | 34 | 103 | 0 | 5 | 423 | 127 | 77 |
| Binary | 10101111 | 1001111 | 11110011 | 11100 | 1000011 | 0 | 101 | 100010011 | 1010111 | 111111 |
Color Harmonies of #AF4FF3
Complementary color
Monochromatic Colors of #AF4FF3
Black with #AF4FF3
Text Example
Text Example
White with #AF4FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FF3; }
p { color: rgb(175,79,243); }
H1.HeaderClassName
{
color: #AF4FF3;
}
.AnyTagClassName
{
color: #AF4FF3;
}
</style>
background-color css
<style>
a { background-color: #AF4FF3; }
a { background-color: rgb(175,79,243); }
div.DivClassName
{
background-color: #AF4FF3;
}
.BgClassName
{
background-color: #AF4FF3;
}
</style>
border-color css
<style>
span { border-color: #AF4FF3; }
span { border-color: rgb(175,79,243); }
td.TdClassName
{
border-color: #AF4FF3;
}
.TagClassName
{
border-color: #AF4FF3;
}
</style>