Shades of Medium Orchid #AF49FE
Tints of Medium Orchid #AF49FE
RGB
CMYK
RGB Variations
Color information
#AF49FE (or 0xAF49FE) is known color: Medium Orchid. HEX triplet: AF, 49 and FE. RGB value is (175,73,254). Sum of RGB (Red+Green+Blue) = 175+73+254=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF49FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF49FE is #50B601. Grayscale: #7B7B7B. Windows color (decimal): -5289474 or 16665007. OLE color: 16665007.
HSL color Cylindrical-coordinate representation of color #AF49FE: hue angle of 273.81º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF49FE is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 73 | 254 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.00 |
| HSL | 273.81º | 0.99% | 0.64% | - |
| HSV(B) | 273.81º | 0.71% | 1% | - |
| XYZ | 37.95 | 21.03 | 95.83 | - |
| YUV | 124.13 | 201.29 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 254 | 0.31 | 0.71 | 0 | 0.00 | 273.81 | 0.99 | 0.64 |
| Hex | AF | 49 | FE | 1F | 47 | 0 | 0 | 112 | 63 | 40 |
| Octal | 257 | 111 | 376 | 37 | 107 | 0 | 0 | 422 | 143 | 100 |
| Binary | 10101111 | 1001001 | 11111110 | 11111 | 1000111 | 0 | 0 | 100010010 | 1100011 | 1000000 |
Color Harmonies of #AF49FE
Complementary color
Monochromatic Colors of #AF49FE
Black with #AF49FE
Text Example
Text Example
White with #AF49FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF49FE; }
p { color: rgb(175,73,254); }
H1.HeaderClassName
{
color: #AF49FE;
}
.AnyTagClassName
{
color: #AF49FE;
}
</style>
background-color css
<style>
a { background-color: #AF49FE; }
a { background-color: rgb(175,73,254); }
div.DivClassName
{
background-color: #AF49FE;
}
.BgClassName
{
background-color: #AF49FE;
}
</style>
border-color css
<style>
span { border-color: #AF49FE; }
span { border-color: rgb(175,73,254); }
td.TdClassName
{
border-color: #AF49FE;
}
.TagClassName
{
border-color: #AF49FE;
}
</style>