Shades of Medium Orchid #AF4EFF
Tints of Medium Orchid #AF4EFF
RGB
CMYK
RGB Variations
Color information
#AF4EFF (or 0xAF4EFF) is known color: Medium Orchid. HEX triplet: AF, 4E and FF. RGB value is (175,78,255). Sum of RGB (Red+Green+Blue) = 175+78+255=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF4EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4EFF is #50B100. Grayscale: #7E7E7E. Windows color (decimal): -5288193 or 16731823. OLE color: 16731823.
HSL color Cylindrical-coordinate representation of color #AF4EFF: hue angle of 272.88º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4EFF is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 78 | 255 | - |
| CMYK | 0.31 | 0.69 | 0 | 0 |
| HSL | 272.88º | 1% | 0.65% | - |
| HSV(B) | 272.88º | 0.69% | 1% | - |
| XYZ | 38.45 | 21.78 | 96.79 | - |
| YUV | 127.18 | 200.14 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 255 | 0.31 | 0.69 | 0 | 0 | 272.88 | 1 | 0.65 |
| Hex | AF | 4E | FF | 1F | 45 | 0 | 0 | 111 | 64 | 41 |
| Octal | 257 | 116 | 377 | 37 | 105 | 0 | 0 | 421 | 144 | 101 |
| Binary | 10101111 | 1001110 | 11111111 | 11111 | 1000101 | 0 | 0 | 100010001 | 1100100 | 1000001 |
Color Harmonies of #AF4EFF
Complementary color
Monochromatic Colors of #AF4EFF
Black with #AF4EFF
Text Example
Text Example
White with #AF4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4EFF; }
p { color: rgb(175,78,255); }
H1.HeaderClassName
{
color: #AF4EFF;
}
.AnyTagClassName
{
color: #AF4EFF;
}
</style>
background-color css
<style>
a { background-color: #AF4EFF; }
a { background-color: rgb(175,78,255); }
div.DivClassName
{
background-color: #AF4EFF;
}
.BgClassName
{
background-color: #AF4EFF;
}
</style>
border-color css
<style>
span { border-color: #AF4EFF; }
span { border-color: rgb(175,78,255); }
td.TdClassName
{
border-color: #AF4EFF;
}
.TagClassName
{
border-color: #AF4EFF;
}
</style>