Shades of Medium Orchid #AF5FE3
Tints of Medium Orchid #AF5FE3
RGB
CMYK
RGB Variations
Color information
#AF5FE3 (or 0xAF5FE3) is known color: Medium Orchid. HEX triplet: AF, 5F and E3. RGB value is (175,95,227). Sum of RGB (Red+Green+Blue) = 175+95+227=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 227 (89.06% from 255 or 45.67% from 497); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF5FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FE3 is #50A01C. Grayscale: #858585. Windows color (decimal): -5283869 or 14901167. OLE color: 14901167.
HSL color Cylindrical-coordinate representation of color #AF5FE3: hue angle of 276.36º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF5FE3 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 95 | 227 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.11 |
| HSL | 276.36º | 0.7% | 0.63% | - |
| HSV(B) | 276.36º | 0.58% | 0.89% | - |
| XYZ | 35.64 | 22.84 | 75.2 | - |
| YUV | 133.97 | 180.5 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 95 | 227 | 0.23 | 0.58 | 0 | 0.11 | 276.36 | 0.7 | 0.63 |
| Hex | AF | 5F | E3 | 17 | 3A | 0 | B | 114 | 46 | 3F |
| Octal | 257 | 137 | 343 | 27 | 72 | 0 | 13 | 424 | 106 | 77 |
| Binary | 10101111 | 1011111 | 11100011 | 10111 | 111010 | 0 | 1011 | 100010100 | 1000110 | 111111 |
Color Harmonies of #AF5FE3
Complementary color
Monochromatic Colors of #AF5FE3
Black with #AF5FE3
Text Example
Text Example
White with #AF5FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5FE3; }
p { color: rgb(175,95,227); }
H1.HeaderClassName
{
color: #AF5FE3;
}
.AnyTagClassName
{
color: #AF5FE3;
}
</style>
background-color css
<style>
a { background-color: #AF5FE3; }
a { background-color: rgb(175,95,227); }
div.DivClassName
{
background-color: #AF5FE3;
}
.BgClassName
{
background-color: #AF5FE3;
}
</style>
border-color css
<style>
span { border-color: #AF5FE3; }
span { border-color: rgb(175,95,227); }
td.TdClassName
{
border-color: #AF5FE3;
}
.TagClassName
{
border-color: #AF5FE3;
}
</style>