Shades of Medium Orchid #AF4EFE
Tints of Medium Orchid #AF4EFE
RGB
CMYK
RGB Variations
Color information
#AF4EFE (or 0xAF4EFE) is known color: Medium Orchid. HEX triplet: AF, 4E and FE. RGB value is (175,78,254). Sum of RGB (Red+Green+Blue) = 175+78+254=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF4EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4EFE is #50B101. Grayscale: #7E7E7E. Windows color (decimal): -5288194 or 16666287. OLE color: 16666287.
HSL color Cylindrical-coordinate representation of color #AF4EFE: hue angle of 273.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4EFE is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 78 | 254 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.00 |
| HSL | 273.07º | 0.99% | 0.65% | - |
| HSV(B) | 273.07º | 0.69% | 1% | - |
| XYZ | 38.29 | 21.72 | 95.94 | - |
| YUV | 127.07 | 199.64 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 254 | 0.31 | 0.69 | 0 | 0.00 | 273.07 | 0.99 | 0.65 |
| Hex | AF | 4E | FE | 1F | 45 | 0 | 0 | 111 | 63 | 41 |
| Octal | 257 | 116 | 376 | 37 | 105 | 0 | 0 | 421 | 143 | 101 |
| Binary | 10101111 | 1001110 | 11111110 | 11111 | 1000101 | 0 | 0 | 100010001 | 1100011 | 1000001 |
Color Harmonies of #AF4EFE
Complementary color
Monochromatic Colors of #AF4EFE
Black with #AF4EFE
Text Example
Text Example
White with #AF4EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4EFE; }
p { color: rgb(175,78,254); }
H1.HeaderClassName
{
color: #AF4EFE;
}
.AnyTagClassName
{
color: #AF4EFE;
}
</style>
background-color css
<style>
a { background-color: #AF4EFE; }
a { background-color: rgb(175,78,254); }
div.DivClassName
{
background-color: #AF4EFE;
}
.BgClassName
{
background-color: #AF4EFE;
}
</style>
border-color css
<style>
span { border-color: #AF4EFE; }
span { border-color: rgb(175,78,254); }
td.TdClassName
{
border-color: #AF4EFE;
}
.TagClassName
{
border-color: #AF4EFE;
}
</style>